//
|
// EZPlaybackViewController.h
|
// EZOpenSDKDemo
|
//
|
// Created by DeJohn Dong on 15/11/3.
|
// Copyright © 2015年 Ezviz. All rights reserved.
|
//
|
|
#import <UIKit/UIKit.h>
|
#import <EZOpenSDKFramework/EZDeviceInfo.h>
|
|
@interface EZPlaybackViewController : UIViewController
|
|
@property (nonatomic, strong) EZDeviceInfo *deviceInfo;
|
@property (nonatomic, copy) NSString *hubCoDevSerial;
|
@property (nonatomic) NSInteger cameraIndex;
|
|
@end
|