summaryrefslogtreecommitdiffstats
path: root/iOS/testbed/iOSTestbed/AppDelegate.h
blob: f695b3b5efc08b7584e98aa422239d78e352a297 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
//  AppDelegate.h
//  iOSTestbed
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>


@end