增加换肤功能
This commit is contained in:
21
QXLive/Mine(音域)/View/我的房间/QXRoomSubsidyHistoryCell.h
Normal file
21
QXLive/Mine(音域)/View/我的房间/QXRoomSubsidyHistoryCell.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// QXRoomSubsidyHistoryCell.h
|
||||
// IsLandVoice
|
||||
//
|
||||
// Created by 启星 on 2025/4/23.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXSubsidyModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXRoomSubsidyHistoryCell : UITableViewCell
|
||||
@property (weak, nonatomic) IBOutlet UILabel *timeLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *allWaterLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *subsidyLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *statusLabel;
|
||||
@property (nonatomic,strong)QXSubsidyHistoryModel *model;
|
||||
+(instancetype)cellWithTableView:(UITableView *)tableView;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user