Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - (void)iniApp
- {
- _timeLineData = [[iZ3CoreData alloc] init];
- _timeLineData.managedObjectContext = __managedObjectContext;
- // [_timeLineData syncPhotoLibrary:@"Camera Roll"];
- [_timeLineData performSelectorInBackground:@selector(syncPhotoLibrary:) withObject:@"Camera Roll"];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement