1234567891011121314151617181920 |
- //
- // YXSetRoomTableViewCell.h
- // Temperature
- //
- // Created by TC on 2025/2/9.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YXSetRoomTableViewCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *picImageView;
- @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
- @end
- NS_ASSUME_NONNULL_END
|