mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
Convert RestKit to ARC
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
NSString * const RKObjectMappingNestingAttributeKeyName = @"<RK_NESTING_ATTRIBUTE>";
|
||||
|
||||
@interface RKObjectMapping ()
|
||||
@property (nonatomic, assign, readwrite) Class objectClass;
|
||||
@property (nonatomic, weak, readwrite) Class objectClass;
|
||||
@property (nonatomic, strong) NSMutableArray *mutablePropertyMappings;
|
||||
|
||||
@property (nonatomic, readonly) NSArray *mappedKeyPaths;
|
||||
@property (weak, nonatomic, readonly) NSArray *mappedKeyPaths;
|
||||
@end
|
||||
|
||||
@implementation RKObjectMapping
|
||||
|
||||
Reference in New Issue
Block a user