Files
keyboard/keyBoard/Class/Login/VC/KBRegistVerEmailVC.h

17 lines
229 B
C
Raw Normal View History

2025-12-03 16:38:20 +08:00
//
// KBRegistVerEmailVC.h
// keyBoard
//
// Created by Mac on 2025/12/3.
// 注册验证邮箱
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBRegistVerEmailVC : UIViewController
@end
NS_ASSUME_NONNULL_END