mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-15 01:02:15 +08:00
Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode).
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
|
||||
@implementation RKManagedObjectThreadSafeInvocation
|
||||
|
||||
@synthesize privateQueueManagedObjectContext = _privateQueueManagedObjectContext;
|
||||
@synthesize mainQueueManagedObjectContext = _mainQueueManagedObjectContext;
|
||||
@synthesize argumentKeyPaths = _argumentKeyPaths;
|
||||
|
||||
+ (RKManagedObjectThreadSafeInvocation *)invocationWithMethodSignature:(NSMethodSignature *)methodSignature
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user