Update examples projects to reflect Core Data API changes

This commit is contained in:
Blake Watters
2012-08-07 10:01:05 -04:00
parent c041c3dde6
commit 99738db1cc
10 changed files with 140 additions and 91 deletions

View File

@@ -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