萤石云 iOSSDK,移植跨平台相关工程
JLChen
2021-02-02 9100afbe1805413504840e6957097be638579045
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  EZHubDebugViewController.h
//  EZOpenSDKDemo
//
//  Created by yuqian on 2020/5/18.
//  Copyright © 2020 hikvision. All rights reserved.
//
 
#import <UIKit/UIKit.h>
#import "EZDeviceInfo.h"
 
NS_ASSUME_NONNULL_BEGIN
 
@interface EZHubDebugViewController : UIViewController
 
@property (nonatomic, assign) int playType;
@property (nonatomic, strong) EZDeviceInfo *deviceInfo;
 
@end
 
NS_ASSUME_NONNULL_END