This commit is contained in:
2025-12-03 15:19:03 +08:00
parent 599a5de3bc
commit a50d18b486
14 changed files with 832 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
//
// KBEmailRegistVC.h
// keyBoard
//
// Created by Mac on 2025/12/3.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
/// 邮箱注册/登录表单页(使用邮箱+密码)
/// 仅负责展示 UI 与基础交互,具体注册/登录逻辑后续接入 VM。
@interface KBEmailRegistVC : BaseViewController
@end
NS_ASSUME_NONNULL_END