mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
2f06100b43
Fixes #20884
10 lines
227 B
Objective-C
10 lines
227 B
Objective-C
// SceneDelegate.h
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow * window;
|
|
@property (strong, nonatomic) UIViewController *viewController;
|
|
|
|
@end
|