wxr
2024-08-27 a616abd9b740e74eb7aea29cb692ca86ba1f7d7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  SceneDelegate.h
//  HDLLinPhoneDemo
//
//  Created by 陈启扬 on 2021/8/3.
//  Copyright © 2021 陈启扬. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
 
@property (strong, nonatomic) UIWindow * window;
 
@end