Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TaskyEntity * ts = [TaskyEntity alloc];
- ts.title = @"hamoooooom";
- ts.note = @"yadam nareeeeee";
- ts.currentTime = [NSDate date];
- ts.selectedTime = [NSDate date];
- ts.isValid = [NSNumber numberWithBool:YES];
- [mycoredata addDataFromTaskyEntity:ts];
Advertisement
Add Comment
Please, Sign In to add comment