mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-11 18:11:33 +08:00
Fix all build errors in unit tests. Restore execution of core mapping tests.
This commit is contained in:
@@ -38,6 +38,7 @@ typedef RKObjectMapping *(^RKDynamicMappingDelegateBlock)(id);
|
||||
@param block The block object to invoke to select the object mapping with which to map the given object representation.
|
||||
*/
|
||||
- (void)setObjectMappingForDataBlock:(RKDynamicMappingDelegateBlock)block;
|
||||
// TODO: Better method signature...
|
||||
|
||||
/**
|
||||
Defines a dynamic mapping rule stating that when the value of the key property matches the specified value, the given mapping should be used to map the representation.
|
||||
|
||||
Reference in New Issue
Block a user