Files
featherVoice/QXLive/Mine(音域)/Controller/礼物墙/QXGiftWallSubViewController.h
2026-01-23 17:08:58 +08:00

22 lines
476 B
Objective-C

//
// QXGiftWallSubViewController.h
// QXLive
//
// Created by 启星 on 2025/11/5.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXGiftWallSubViewController : UIViewController<JXCategoryListContentViewDelegate>
/// 是否为已点亮
@property(nonatomic,assign)BOOL isLight;
/// 数据源
@property(nonatomic,strong)NSArray<QXUserGiftWallModel*> *giftArray;
/// 用户id
@property (nonatomic,strong)NSString*userId;
@end
NS_ASSUME_NONNULL_END