// // YXRoomItemTableViewCell.h // Temperature // // Created by gtjx-z on 2025/1/21. // #import NS_ASSUME_NONNULL_BEGIN @interface YXRoomItemTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *nameLabel; @property (weak, nonatomic) IBOutlet UIImageView *selectedImgView; @end NS_ASSUME_NONNULL_END