// // YXRoomItemTableViewCell.m // Temperature // // Created by gtjx-z on 2025/1/21. // #import "YXRoomItemTableViewCell.h" @implementation YXRoomItemTableViewCell - (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