增加换肤功能
This commit is contained in:
20
QXLive/Mine(音域)/View/每日任务/QXTaskGiftRecordCell.h
Normal file
20
QXLive/Mine(音域)/View/每日任务/QXTaskGiftRecordCell.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// QXTaskGiftRecordCell.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/7/11.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXDayTaskModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXTaskGiftRecordCell : UITableViewCell
|
||||
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *giftLabel;
|
||||
@property (nonatomic,strong)QXTaskGiftBoxRecordModel *model;
|
||||
+(instancetype)cellWithTableView:(UITableView *)tableView;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user