mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
14 lines
264 B
Objective-C
14 lines
264 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
|
|
@end
|