Files
featherVoice/QXLive/Mine(音域)/Controller/个人主页/QXUserHomePageViewController.h

18 lines
334 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// 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