mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Add missing @synthesize directive for Xcode < 4.5
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
@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