mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 12:45:33 +08:00
Update examples projects to reflect Core Data API changes
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <RestKit/RestKit.h>
|
||||
|
||||
@interface RKTwitterViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, RKObjectLoaderDelegate> {
|
||||
UITableView *_tableView;
|
||||
NSArray *_statuses;
|
||||
}
|
||||
@interface RKTwitterViewController : UIViewController
|
||||
- (void)loadObjectsFromDataStore;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user