mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-03 09:45:10 +08:00
15 lines
298 B
Objective-C
15 lines
298 B
Objective-C
//
|
|
// RKTwitterViewController.h
|
|
// RKTwitter
|
|
//
|
|
// Created by Blake Watters on 9/5/10.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <RestKit/RestKit.h>
|
|
|
|
@interface RKTwitterViewController : UIViewController
|
|
- (void)loadObjectsFromDataStore;
|
|
@end
|