Files
keyboard/keyBoard/Class/Login/VC/KBEmailRegistVC.h
2025-12-03 15:19:03 +08:00

19 lines
355 B
Objective-C

//
// 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