mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 20:55:32 +08:00
Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode).
This commit is contained in:
@@ -46,11 +46,6 @@
|
||||
|
||||
@implementation RKManagedObjectImporter
|
||||
|
||||
@synthesize managedObjectModel = _managedObjectModel;
|
||||
@synthesize persistentStoreCoordinator = _persistentStoreCoordinator;
|
||||
@synthesize persistentStore = _persistentStore;
|
||||
@synthesize managedObjectContext = _managedObjectContext;
|
||||
@synthesize mappingOperationDataSource = _mappingOperationDataSource;
|
||||
|
||||
- (id)initWithManagedObjectModel:(NSManagedObjectModel *)managedObjectModel storePath:(NSString *)storePath
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user