wxr
2021-02-26 6a09cc33a9e800f640046350a69ba63a31f1f64b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  SceneDelegate.h
//  TYtest
//
//  Created by kaede wei on 2021/1/20.
//
 
#import <UIKit/UIKit.h>
 
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
 
@property (strong, nonatomic) UIWindow * window;
 
@end