YXStepTableViewCell.h 334 B

123456789101112131415161718
  1. //
  2. // YXStepTableViewCell.h
  3. // Temperature
  4. //
  5. // Created by TC on 2025/3/2.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXStepTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *stepTextLabel;
  11. @property (weak, nonatomic) IBOutlet UIImageView *picImgView;
  12. @end
  13. NS_ASSUME_NONNULL_END