Files
keyboard/keyBoard/Class/Login/VC/KBRegistVerEmailVC.h
2025-12-03 16:48:25 +08:00

20 lines
382 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// KBRegistVerEmailVC.h
// keyBoard
//
// Created by Mac on 2025/12/3.
// 注册验证邮箱
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBRegistVerEmailVC : BaseViewController
/// 注册时用于邮箱验证的邮箱地址由上一个页面KBEmailRegistVC传入。
@property (nonatomic, copy) NSString *email;
@end
NS_ASSUME_NONNULL_END