mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-30 21:52:30 +08:00
Audited all code in the app and produced extensive TODO list. Fixed build problems when on the Release profile.
This commit is contained in:
@@ -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> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user