公告板
版本库
filestore
活动
搜索
登录
王学文
/
EZOpenSDK
派生自
~cjl/EZOpenSDK
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feature appkey修改
Davin
2024-06-07
4c1abca185a5727da6fb314a0cb4cd44bfe1b3bf
[~wxw/EZOpenSDK.git]
/
EZDemo
/
HDLEZDemo
/
HDLEZDemo
/
SceneDelegate.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// SceneDelegate.h
// HDLEZDemo
//
// Created by 陈启扬 on 2023/3/2.
//
#import <UIKit/UIKit.h>
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
@property (strong, nonatomic) UIWindow * window;
@end