Davin
2023-06-30 3e4be5ed4d2c0395dd60e392baf86c59762059b1
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 <EZOpenSDKFramework/EZDeviceInfo.h>
 
NS_ASSUME_NONNULL_BEGIN
 
@interface EZHubDebugViewController : UIViewController
 
@property (nonatomic, assign) int playType;
@property (nonatomic, strong) EZDeviceInfo *deviceInfo;
 
@end
 
NS_ASSUME_NONNULL_END