mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-20 15:44:21 +08:00
Delete ivars that are already @synthesized. Refs #614.
This commit is contained in:
committed by
Blake Watters
parent
5898b95d33
commit
7cbccfd322
@@ -13,8 +13,6 @@
|
||||
@interface RKDynamicObjectMappingMatcher : NSObject {
|
||||
NSString *_keyPath;
|
||||
id _value;
|
||||
RKObjectMapping *_objectMapping;
|
||||
NSString *_primaryKeyAttribute;
|
||||
BOOL (^_isMatchForDataBlock)(id data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user