// // EZLivePlayViewController.h // EZOpenSDKDemo // // Created by DeJohn Dong on 15/10/28. // Copyright © 2015年 Ezviz. All rights reserved. // #import #import "EZDeviceInfo.h" @interface EZLivePlayViewController : UIViewController @property (nonatomic, copy) NSString *url; @property (nonatomic, strong) EZDeviceInfo *deviceInfo; @property (nonatomic, copy) NSString *hubCoDevSerial; @property (nonatomic) NSInteger cameraIndex; - (void)imageSavedToPhotosAlbum:(UIImage *)image didFinishSavingWithError:(NSError *)error contextInfo:(void *)contextInfo; @end