// // YXStepTableViewCell.h // Temperature // // Created by TC on 2025/3/2. // #import NS_ASSUME_NONNULL_BEGIN @interface YXStepTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *stepTextLabel; @property (weak, nonatomic) IBOutlet UIImageView *picImgView; @end NS_ASSUME_NONNULL_END