覆盖羽声
This commit is contained in:
36
QXLive/活动/天空之境/QXSkyPraizeRecordView.h
Normal file
36
QXLive/活动/天空之境/QXSkyPraizeRecordView.h
Normal file
@@ -0,0 +1,36 @@
|
||||
//
|
||||
// QXSkyPraizeRecordView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/8/26.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXGiftActivityModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXSkyPraizeRecordView : UIView
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
@property (nonatomic,strong)QXGiftModel *giftModel;
|
||||
-(void)showInView:(UIView *)view;
|
||||
@end
|
||||
|
||||
@interface QXSkyRecordCell : UICollectionViewCell
|
||||
@property (nonatomic,strong)UIImageView *giftImageView;
|
||||
@property (nonatomic,strong)UILabel *giftInfoLabel;
|
||||
@property (nonatomic,strong)UILabel *recieveInfoLabel;
|
||||
@property (nonatomic,strong)UILabel *timeLabel;
|
||||
@property (nonatomic,strong)QXActivityRecordModel *model;
|
||||
@end
|
||||
|
||||
@interface QXSkyAllRecordCell : UITableViewCell
|
||||
@property (nonatomic,strong)UIImageView *giftImageView;
|
||||
@property (nonatomic,strong)UILabel *giftInfoLabel;
|
||||
@property (nonatomic,strong)UILabel *recieveInfoLabel;
|
||||
@property (nonatomic,strong)UILabel *timeLabel;
|
||||
@property (nonatomic,strong)UIView *bottomLine;
|
||||
@property (nonatomic,strong)QXActivityRecordModel *model;
|
||||
+(instancetype)cellWithTableView:(UITableView*)tableView;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user