2025-10-12 15:48:35 +08:00
|
|
|
//
|
|
|
|
|
// QXRedBagRecordViewController.h
|
|
|
|
|
// QXLive
|
|
|
|
|
//
|
|
|
|
|
// Created by 启星 on 2025/10/11.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import "QXBaseViewController.h"
|
|
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
|
|
@interface QXRedBagRecordViewController : QXBaseViewController
|
|
|
|
|
@property (nonatomic,strong)NSString *redbagId;
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
@interface QXRedBagRecordCell : UITableViewCell
|
2025-10-15 17:21:09 +08:00
|
|
|
@property (nonatomic,strong)QXDrawRedpacketRecordModel *recordModel;
|
2025-10-12 15:48:35 +08:00
|
|
|
+(instancetype)cellWithTabelView:(UITableView*)tableView;
|
|
|
|
|
@end
|
|
|
|
|
NS_ASSUME_NONNULL_END
|