Files
ppsspp/ios/SceneDelegate.h
T
2025-10-17 15:58:23 +02:00

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