mirror of https://github.com/opa334/TrollStore.git
7 lines
214 B
C
7 lines
214 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface TSSceneDelegate : UIResponder <UIWindowSceneDelegate>
|
||
|
@property (strong, nonatomic) UIWindow * window;
|
||
|
@property (nonatomic, strong) UITabBarController *rootViewController;
|
||
|
@end
|