// // QXUserInfoGiftWallView.h // QXLive // // Created by 启星 on 2025/7/7. // #import 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