RDSBindSubDeviceVC.h 425 B

123456789101112131415161718192021
  1. //
  2. // RDSBindSubDeviceVC.h
  3. // Temperature
  4. //
  5. // Created by RD on 2023/4/17.
  6. //
  7. #import "RDSBaseViewController.h"
  8. #import "RDSDeviceTypeModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RDSBindSubDeviceVC : RDSBaseViewController
  11. @property (nonatomic, strong) NSString *roomName;
  12. @property (nonatomic, strong) NSString *deviceID;
  13. @property (nonatomic, strong) RDSDeviceTypeModel *deviceTypeModel;
  14. @end
  15. NS_ASSUME_NONNULL_END