Files
fanyin-ios/QXLive/Dynamic(语圈)/Controller/QXReportViewController.h

20 lines
379 B
C
Raw Normal View History

2025-08-12 14:27:12 +08:00
//
// 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