Files
featherVoice/QXLive/Room(房间)/View/用户信息/QXUserInfoGiftWallView.h

30 lines
756 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXUserInfoGiftWallView.h
// QXLive
//
// Created by 启星 on 2025/7/7.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXUserInfoGiftWallView : UIView
-(void)showInView:(UIView *)view;
-(void)hide;
@end
@interface QXUserInfoGiftWallCell : UICollectionViewCell
@property (nonatomic,strong)UIImageView *bgImageView;
@property (nonatomic,strong)UIImageView *giftImageView;
@property (nonatomic,strong)UILabel *giftCountLabel;
@property (nonatomic,strong)UILabel *giftNameLabel;
@property (nonatomic,strong)UIImageView *userImageView1;
@property (nonatomic,strong)UIImageView *userImageView2;
@property (nonatomic,strong)UIImageView *userImageView3;
@property (nonatomic,strong)UILabel *userCountLabel;
@end
NS_ASSUME_NONNULL_END