mirror of https://github.com/python/cpython
12 lines
133 B
C
12 lines
133 B
C
|
//
|
||
|
// AppDelegate.h
|
||
|
// iOSTestbed
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
|
||
|
@end
|