1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-19 13:35:41 +08:00
TrollStore/Store/TSSceneDelegate.h

7 lines
214 B
C
Raw Normal View History

2022-09-02 23:19:48 +08:00
#import <UIKit/UIKit.h>
@interface TSSceneDelegate : UIResponder <UIWindowSceneDelegate>
@property (strong, nonatomic) UIWindow * window;
@property (nonatomic, strong) UITabBarController *rootViewController;
@end