// // HDLEZTempDetailViewController.h // EZSDK // // Created by 陈启扬 on 2023/3/14. // #import "HDLEZBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface HDLEZTempDetailViewController : HDLEZBaseViewController @property(nonatomic,strong)HDLEZTemInfoModel *temPdetailModel;//临时密码model @property(nonatomic,copy)NSString *deviceId;//设备id @end NS_ASSUME_NONNULL_END