// // EZDeviceUpgradeViewController.h // EZOpenSDKDemo // // Created by DeJohn Dong on 15/12/23. // Copyright © 2015年 Ezviz. All rights reserved. // #import #import "EZDeviceVersion.h" @interface EZDeviceUpgradeViewController : UIViewController @property (nonatomic, strong) EZDeviceVersion *version; @property (nonatomic, copy) NSString *deviceSerial; @end