Guest User

Untitled

a guest
Oct 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. DataPoint *dp = (DataPoint *)[NSEntityDescription insertNewObjectForEntityForName:@"DataPoint"
  2. inManagedObjectContext:[self managedObjectContext]];
  3.  
  4. NSLog(@"%@",dp);
Add Comment
Please, Sign In to add comment