mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Use copy for value properties on response descriptor
This commit is contained in:
@@ -54,9 +54,9 @@ static NSString * RKStringFromIndexSet(NSIndexSet *indexSet) {
|
||||
|
||||
@interface RKResponseDescriptor ()
|
||||
@property (nonatomic, strong, readwrite) RKMapping *mapping;
|
||||
@property (nonatomic, strong, readwrite) NSString *pathPattern;
|
||||
@property (nonatomic, strong, readwrite) NSString *keyPath;
|
||||
@property (nonatomic, strong, readwrite) NSIndexSet *statusCodes;
|
||||
@property (nonatomic, copy, readwrite) NSString *pathPattern;
|
||||
@property (nonatomic, copy, readwrite) NSString *keyPath;
|
||||
@property (nonatomic, copy, readwrite) NSIndexSet *statusCodes;
|
||||
@end
|
||||
|
||||
@implementation RKResponseDescriptor
|
||||
|
||||
Reference in New Issue
Block a user