mirror of
https://github.com/libretro/Play-.git
synced 2025-02-23 21:22:55 +00:00
8 lines
140 B
Objective-C
8 lines
140 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property(strong, nonatomic) UIWindow* window;
|
|
|
|
@end
|