YXRoomManagerTableViewCell.h 406 B

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