添加注销账号

This commit is contained in:
2026-02-28 14:50:27 +08:00
parent 4269fde923
commit 40ef964b8c
9 changed files with 242 additions and 56 deletions

View File

@@ -0,0 +1,19 @@
//
// KBCancelAccountVC.h
// keyBoard
//
// 注销账户页面
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBCancelAccountVC : BaseViewController
/// 注销协议 HTML 内容(由外部传入或内部请求)
@property (nonatomic, copy, nullable) NSString *htmlContent;
@end
NS_ASSUME_NONNULL_END