Files
featherVoice/QXLive/Mine(音域)/Controller/亲密关系/QXIntimateViewController.h
2025-11-21 16:17:05 +08:00

17 lines
281 B
Objective-C

//
// QXIntimateViewController.h
// QXLive
//
// Created by 启星 on 2025/11/20.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXIntimateViewController : QXBaseViewController
@property (nonatomic,strong)NSString *userId;
@end
NS_ASSUME_NONNULL_END