1
This commit is contained in:
19
keyBoard/Class/AiTalk/VC/AIReportVC.h
Normal file
19
keyBoard/Class/AiTalk/VC/AIReportVC.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// AIReportVC.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2026/1/29.
|
||||
//
|
||||
|
||||
#import "BaseViewController.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface AIReportVC : BaseViewController
|
||||
|
||||
/// 被举报的人设 ID
|
||||
@property (nonatomic, assign) NSInteger personaId;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user