mirror of
https://github.com/python/cpython
synced 2026-09-27 09:38:16 +03: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
|