17 lines
281 B
Objective-C
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
|