mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 19:42:59 +08:00
Code cleanup: initWithDictionary is used in RKObjectLoader and should be declared
This commit is contained in:
committed by
Blake Watters
parent
00ee7e93c3
commit
714be36907
@@ -13,6 +13,7 @@
|
||||
id _keyPathToMappedObjects;
|
||||
}
|
||||
|
||||
- (id)initWithDictionary:(id)dictionary;
|
||||
+ (RKObjectMappingResult*)mappingResultWithDictionary:(NSDictionary*)keyPathToMappedObjects;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user