// // YXSetRoomTableViewCell.h // Temperature // // Created by TC on 2025/2/9. // #import NS_ASSUME_NONNULL_BEGIN @interface YXSetRoomTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *picImageView; @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @end NS_ASSUME_NONNULL_END