mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-03 23:14:55 +08:00
Implemented nested mapping for structures similar to the BuildBot JSON structure. fixes #112
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
// Defines the rules for mapping a particular element
|
||||
@interface RKObjectAttributeMapping : NSObject {
|
||||
@interface RKObjectAttributeMapping : NSObject <NSCopying> {
|
||||
NSString* _sourceKeyPath;
|
||||
NSString* _destinationKeyPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user