Files
featherVoice/QXLive/Mine(音域)/Controller/亲密关系/QXMoreIntimateViewController.h
2025-11-28 22:43:06 +08:00

19 lines
393 B
Objective-C

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