Files
featherVoice/QXLive/Mine(音域)/View/我的房间/QXRoomWaterListCell.h
2025-08-08 10:49:36 +08:00

26 lines
644 B
Objective-C

//
// QXRoomWaterListCell.h
// IsLandVoice
//
// Created by 启星 on 2025/3/5.
//
#import <UIKit/UIKit.h>
#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