mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 05:25:41 +08:00
6 lines
218 B
Objective-C
6 lines
218 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TSHSceneDelegate : UIResponder <UIWindowSceneDelegate>
|
|
@property (strong, nonatomic) UIWindow * window;
|
|
@property (nonatomic, strong) UINavigationController *rootViewController;
|
|
@end |