// // YXRoomManagerTableViewCell.m // Temperature // // Created by TC on 2025/2/6. // #import "YXRoomManagerTableViewCell.h" @implementation YXRoomManagerTableViewCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end