添加注销账号
This commit is contained in:
19
keyBoard/Class/Me/VC/KBCancelAccountVC.h
Normal file
19
keyBoard/Class/Me/VC/KBCancelAccountVC.h
Normal 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
|
||||
Reference in New Issue
Block a user