mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-09 17:41:38 +08:00
13 lines
249 B
Objective-C
13 lines
249 B
Objective-C
//
|
|
// RKTwitterAppDelegate.h
|
|
// RKTwitter
|
|
//
|
|
// Created by Blake Watters on 9/5/10.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RKTwitterAppDelegate : UIResponder <UIApplicationDelegate>
|
|
@end
|