// // RDSSelectDeviceSubVC.h // Temperature // // Created by 姓二名哈字富贵儿 on 2023/8/17. // #import "RDSBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface RDSSelectDeviceSubVC : RDSBaseViewController - (void)reloadDataWithDataSource:(NSArray *)dataSource; @end NS_ASSUME_NONNULL_END