mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-08 07:25:20 +08:00
Convert RestKit to ARC
This commit is contained in:
@@ -50,7 +50,7 @@ typedef RKObjectMapping *(^RKDynamicMappingDelegateBlock)(id);
|
||||
|
||||
@see RKDynamicMappingDelegate
|
||||
*/
|
||||
@property (nonatomic, assign) id<RKDynamicMappingDelegate> delegate;
|
||||
@property (nonatomic, weak) id<RKDynamicMappingDelegate> delegate;
|
||||
|
||||
#ifdef NS_BLOCKS_AVAILABLE
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user