// // EZVideoTalkViewcontroller.h // EZBAVDemo // // Created by kanhaiping on 2018/6/26. // Copyright © 2018年 hikvision. All rights reserved. // #import @class EZDeviceInfo; @interface EZVideoTalkViewcontroller : UIViewController @property(nonatomic, strong) EZDeviceInfo *deviceInfo; + (EZVideoTalkViewcontroller *) videoTalkVC; @end