提交
This commit is contained in:
19
QXLive/Dynamic(语圈)/Controller/QXReportViewController.h
Normal file
19
QXLive/Dynamic(语圈)/Controller/QXReportViewController.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// QXReportViewController.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/7/9.
|
||||
//
|
||||
|
||||
#import "QXBaseViewController.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXReportViewController : QXBaseViewController
|
||||
/// 1-用户,2房间,3动态&
|
||||
@property (nonatomic,strong)NSString *reportType;
|
||||
/// fromId=对应id
|
||||
@property (nonatomic,strong)NSString *fromId;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user