// // 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