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