// // QXUserHomePageViewController.h // QXLive // // Created by 启星 on 2025/5/12. // #import "QXBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface QXUserHomePageViewController : QXBaseViewController @property (nonatomic,strong)NSString *user_id; @property (nonatomic,assign)BOOL isGiftWall; @end NS_ASSUME_NONNULL_END