123456789101112131415161718192021 |
- //
- // RDSInputWiFiVC.h
- // Temperature
- //
- // Created by RD on 2022/11/21.
- //
- #import "RDSBaseViewController.h"
- #import "RDSDeviceTypeModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RDSInputWiFiVC : RDSBaseViewController
- @property (nonatomic, strong) NSString *roomName;
- @property (nonatomic, strong) NSString *deviceID;
- @property (nonatomic, strong) RDSDeviceTypeModel *deviceTypeModel;
- @end
- NS_ASSUME_NONNULL_END
|