Files
my_yuyin/QXLive/Mine(音域)/View/个人主页/QXUserGiftWallView.h
2025-09-22 18:48:29 +08:00

19 lines
443 B
Objective-C

//
// QXUserGiftWallView.h
// QXLive
//
// Created by 启星 on 2025/5/21.
//
#import <UIKit/UIKit.h>
#import "JXPagerView.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXUserGiftWallView : UIView<JXPagerViewListViewDelegate>
@property (nonatomic, strong) UICollectionView *collectionView;
@property (nonatomic, copy) void(^listScrollCallback)(UIScrollView *scrollView);
@property (nonatomic,strong)NSString *user_id;
@end
NS_ASSUME_NONNULL_END