123456789101112131415161718 |
- //
- // YXRoomItemTableViewCell.h
- // Temperature
- //
- // Created by gtjx-z on 2025/1/21.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YXRoomItemTableViewCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *nameLabel;
- @property (weak, nonatomic) IBOutlet UIImageView *selectedImgView;
- @end
- NS_ASSUME_NONNULL_END
|