mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-04 10:11:30 +08:00
Delete ivars that are already @synthesized. Refs #614.
This commit is contained in:
committed by
Blake Watters
parent
5898b95d33
commit
7cbccfd322
@@ -22,7 +22,6 @@
|
||||
|
||||
@interface RKManagedObjectThreadSafeInvocation : NSInvocation {
|
||||
NSMutableDictionary *_argumentKeyPaths;
|
||||
RKManagedObjectStore *_objectStore;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) RKManagedObjectStore *objectStore;
|
||||
|
||||
Reference in New Issue
Block a user