Code cleanup: initWithDictionary is used in RKObjectLoader and should be declared

This commit is contained in:
Victor Kryukov
2011-06-18 15:57:05 +04:00
committed by Blake Watters
parent 00ee7e93c3
commit 714be36907

View File

@@ -13,6 +13,7 @@
id _keyPathToMappedObjects;
}
- (id)initWithDictionary:(id)dictionary;
+ (RKObjectMappingResult*)mappingResultWithDictionary:(NSDictionary*)keyPathToMappedObjects;
/**