mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-26 13:55:40 +08:00
Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode).
This commit is contained in:
@@ -26,9 +26,6 @@ static RKTestFactory *sharedFactory = nil;
|
||||
|
||||
@implementation RKTestFactory
|
||||
|
||||
@synthesize baseURL = _baseURL;
|
||||
@synthesize managedObjectStoreFilename = _managedObjectStoreFilename;
|
||||
@synthesize factoryBlocks = _factoryBlocks;
|
||||
|
||||
+ (void)initialize
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user