mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
12 lines
133 B
C
12 lines
133 B
C
|
|
//
|
||
|
|
// AppDelegate.h
|
||
|
|
// iOSTestbed
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
|
||
|
|
|
||
|
|
@end
|