Audited all code in the app and produced extensive TODO list. Fixed build problems when on the Release profile.

This commit is contained in:
Blake Watters
2011-01-17 22:03:31 -05:00
parent c9c0a82475
commit a538bbca2f
22 changed files with 309 additions and 111 deletions

View File

@@ -8,7 +8,11 @@
#import <RestKit/CoreData/RKManagedObjectCache.h>
/**
* An implementation of the RestKit object cache. The object cache is
* used to return locally cached objects that live in a known resource path.
* This can be used to avoid trips to the network.
*/
@interface DBManagedObjectCache : NSObject <RKManagedObjectCache> {
}