公告板
版本库
filestore
活动
搜索
登录
王学文
/
EZOpenSDK
派生自
~cjl/EZOpenSDK
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.提交萤石demo 2.修改部分UI
chenqiyang
2023-06-05
cf977559d6821a1ccce2acae076835a8037f2a90
[~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