// // HDLEZDeviceMsgListViewController.h // EZSDK // // Created by 陈启扬 on 2023/3/16. // #import "HDLEZBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface HDLEZDeviceMsgListViewController : HDLEZBaseViewController @property (nonatomic, copy)NSString *deviceId;//设备id @end NS_ASSUME_NONNULL_END