MaysamSh

Untitled

Mar 17th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. TaskyEntity * ts = [TaskyEntity alloc];
  2. ts.title = @"hamoooooom";
  3. ts.note = @"yadam nareeeeee";
  4. ts.currentTime = [NSDate date];
  5. ts.selectedTime = [NSDate date];
  6. ts.isValid = [NSNumber numberWithBool:YES];
  7.  
  8. [mycoredata addDataFromTaskyEntity:ts];
Advertisement
Add Comment
Please, Sign In to add comment