cpython/iOS/testbed/iOSTestbed/AppDelegate.h

12 lines
133 B
Objective-C

//
// AppDelegate.h
// iOSTestbed
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end