Files
fanyin-ios/QXLive/Dynamic(语圈)/Controller/QXReportViewController.h
2025-08-12 14:27:12 +08:00

20 lines
379 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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