Files
featherVoice/QXLive/Mine(音域)/Controller/亲密关系/QXMoreIntimateViewController.h

19 lines
393 B
C
Raw Normal View History

2025-11-21 16:17:05 +08:00
//
// 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;
2025-11-28 22:43:06 +08:00
@property (nonatomic,strong)NSString *relation_name;
2025-11-21 16:17:05 +08:00
@end
NS_ASSUME_NONNULL_END