Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode).

This commit is contained in:
Jawwad Ahmad
2012-09-02 12:28:45 -04:00
parent b2a0da7ce1
commit c70ab49457
28 changed files with 1 additions and 117 deletions

View File

@@ -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
{