mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-06 00:23:43 +08:00
Topic and post creating, editing, and deleting
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DBManagedObjectCache.h
|
||||
// DiscussionBoard
|
||||
//
|
||||
// Created by Jeremy Ellison on 1/10/11.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <RestKit/CoreData/RKManagedObjectCache.h>
|
||||
|
||||
|
||||
@interface DBManagedObjectCache : NSObject <RKManagedObjectCache> {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user