YXSetRoomTableViewCell.h 341 B

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