First pass at replacing RKManagedObjectCache with a more flexible block approach that leverages the new resource path pattern matching approach to registering objectMappings.

This commit is contained in:
Jeff Arena
2012-01-26 16:52:38 -05:00
committed by Blake Watters
parent 0660f28fc1
commit 1cd22d5b33
28 changed files with 1091 additions and 372 deletions

View File

@@ -20,7 +20,9 @@
#import <CoreData/CoreData.h>
#import "RKObjectMapping.h"
#import "RKManagedObjectStore.h"
//#import "RKManagedObjectStore.h"
@class RKManagedObjectStore;
/**
An RKManagedObjectMapping defines an object mapping with a Core Data destination