This commit is contained in:
2026-01-29 15:53:26 +08:00
parent 07a77149fc
commit 766c62f3c0
10 changed files with 890 additions and 18 deletions

View 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