// // YXDeviceInfoCell.m // Temperature // // Created by TC on 2025/2/22. // #import "YXDeviceInfoCell.h" @implementation YXDeviceInfoCell - (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