This commit is contained in:
2025-12-03 16:45:58 +08:00
parent d06e0499bc
commit c1c4c85bd2
5 changed files with 165 additions and 10 deletions

View File

@@ -5,11 +5,11 @@
// Created by Mac on 2025/12/3.
// 注册验证邮箱
#import <UIKit/UIKit.h>
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBRegistVerEmailVC : UIViewController
@interface KBRegistVerEmailVC : BaseViewController
@end