Refactored object manager API's to de-emphasize delegates and removal duplication of blocks and delegates. Added block callbacks to RKObjectLoader.

This commit is contained in:
Blake Watters
2012-01-19 09:09:56 -05:00
parent 4bd12ea987
commit 1d27f7bbbe
12 changed files with 592 additions and 367 deletions

View File

@@ -22,7 +22,7 @@
#import "RKDynamicObjectMapping.h"
// Internal framework contexts
// see RKObjectMappingProvider+Contexts
// @see RKObjectMappingProvider+Contexts.h
typedef enum {
RKObjectMappingProviderContextObjectsByKeyPath = 1000,
RKObjectMappingProviderContextObjectsByType,