Files
ppsspp/ios/SceneDelegate.h
2025-10-22 15:13:21 +02:00

13 lines
291 B
Objective-C

// SceneDelegate.h
#import <UIKit/UIKit.h>
#import "ViewControllerCommon.h"
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
- (void)restart:(const char *)args;
@property (strong, nonatomic) UIWindow * window;
@property (strong, nonatomic) UIWindowScene *windowScene;
@end