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

18 lines
265 B
C
Raw Normal View History

2025-12-03 16:26:49 +08:00
//
// KBForgetPwdNewPwdVC.h
// keyBoard
//
// Created by Mac on 2025/12/3.
//
2025-12-03 16:38:20 +08:00
#import "BaseViewController.h"
2025-12-03 16:26:49 +08:00
NS_ASSUME_NONNULL_BEGIN
2025-12-03 16:38:20 +08:00
@interface KBForgetPwdNewPwdVC : BaseViewController
2025-12-08 16:39:47 +08:00
@property (nonatomic, copy) NSString *email;
2025-12-03 16:26:49 +08:00
@end
NS_ASSUME_NONNULL_END