mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
12 lines
133 B
Objective-C
12 lines
133 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// iOSTestbed
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
|
|
@end
|