Files
fanyin-ios/QXLive/Mine(音域)/View/我的房间/QXRoomSubsidyCell.h

22 lines
592 B
C
Raw Permalink Normal View History

2025-08-12 14:27:12 +08:00
//
// QXRoomSubsidyCell.h
// IsLandVoice
//
// Created by 启星 on 2025/4/23.
//
#import <UIKit/UIKit.h>
#import "QXSubsidyModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXRoomSubsidyCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IBOutlet UILabel *ststusLabel;
@property (weak, nonatomic) IBOutlet UILabel *allWaterLabel;
@property (weak, nonatomic) IBOutlet UILabel *subsidyLabel;
@property (nonatomic,strong) QXSubsidyDetailModel *model;
+(instancetype)cellWithTableView:(UITableView *)tableView;
@end
NS_ASSUME_NONNULL_END