Add missing @synthesize directive for Xcode < 4.5

This commit is contained in:
Blake Watters
2012-08-14 16:36:51 -04:00
parent 7bd47a7dac
commit 461f7a8035

View File

@@ -51,6 +51,7 @@
@synthesize persistentStoreCoordinator = _persistentStoreCoordinator;
@synthesize persistentStore = _persistentStore;
@synthesize managedObjectContext = _managedObjectContext;
@synthesize mappingOperationDataSource = _mappingOperationDataSource;
- (id)initWithManagedObjectModel:(NSManagedObjectModel *)managedObjectModel storePath:(NSString *)storePath
{