萤石云 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
//
//  EZLocalRealPlayViewController.h
//  EZOpenSDKDemo
//
//  Created by linyong on 2017/8/16.
//  Copyright © 2017年 Ezviz. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
@class EZHCNetDeviceInfo;
 
@interface EZLocalRealPlayViewController : UIViewController
 
@property (nonatomic,strong) EZHCNetDeviceInfo *deviceInfo;
@property (nonatomic,assign) NSInteger cameraNo;//通道号
 
 
@end