Files
featherVoice/QXLive/活动/岁月之城/QXAgePraizePoolView.h
2025-12-22 10:16:05 +08:00

25 lines
570 B
Objective-C

//
// QXAgePraizePoolView.h
// QXLive
//
// Created by 启星 on 2025/8/27.
//
#import <UIKit/UIKit.h>
#import "QXGiftActivityModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXAgePraizePoolView : UIView
@property (nonatomic,strong)NSString *roomId;
-(void)showInView:(UIView *)view;
@end
@interface QXAgePoolCell : UICollectionViewCell
@property (nonatomic,strong)UIImageView *giftImageView;
@property (nonatomic,strong)UILabel *nameLabel;
@property (nonatomic,strong)UIButton *giftCoin;
@property (nonatomic,strong)QXDrawGiftModel *model;
@end
NS_ASSUME_NONNULL_END