RDSBindDeviceVC.h 416 B

1234567891011121314151617181920
  1. //
  2. // RDSBindDeviceVC.h
  3. // Temperature
  4. //
  5. // Created by RD on 2022/11/21.
  6. //
  7. #import "RDSBaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RDSBindDeviceVC : RDSBaseViewController
  10. @property (nonatomic, strong) NSString *roomName;
  11. @property (nonatomic, strong) NSString *deviceID;
  12. @property (nonatomic, strong) NSString *wifiName;
  13. @property (nonatomic, strong) NSString *pwd;
  14. @end
  15. NS_ASSUME_NONNULL_END