0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/iOS/testbed/iOSTestbed/AppDelegate.h

12 lines
133 B
Objective-C

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