YXRoomItemTableViewCell.h 348 B

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