// // QXRoomWaterListCell.h // IsLandVoice // // Created by 启星 on 2025/3/5. // #import #import "QXRoomSubsidyViewController.h" #import "QXRoomWaterModel.h" NS_ASSUME_NONNULL_BEGIN @interface QXRoomWaterListCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *headerImageView; @property (weak, nonatomic) IBOutlet UILabel *nameLabel; @property (weak, nonatomic) IBOutlet UILabel *detailLabel; @property (weak, nonatomic) IBOutlet UILabel *priceLabel; @property (nonatomic,strong)QXRoomWaterDetailModel *model; +(instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END