mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-01 09:31:17 +08:00
17 lines
249 B
Objective-C
17 lines
249 B
Objective-C
//
|
|
// RKTwitterAppDelegate.h
|
|
// RKTwitter
|
|
//
|
|
// Created by Blake Watters on 9/5/10.
|
|
// Copyright Two Toasters 2010. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface RKTwitterAppDelegate : NSObject <UIApplicationDelegate> {
|
|
}
|
|
|
|
@end
|
|
|