Finished cleaning up Core Data support. Happy with the new organization

This commit is contained in:
Blake Watters
2011-03-19 22:06:51 -04:00
parent 58f867160f
commit 2109fae1ba
16 changed files with 664 additions and 111 deletions

View File

@@ -8,6 +8,7 @@
#import "../ObjectMapping/RKObjectLoader.h"
// Handles object loads when Core Data is being utilized
@interface RKManagedObjectLoader : RKObjectLoader {
NSManagedObjectID* _targetObjectID;
}