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

17 lines
214 B
C
Raw Normal View History

2025-12-03 16:26:49 +08:00
//
// KBForgetVerPwdVC.h
// keyBoard
//
// Created by Mac on 2025/12/3.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBForgetVerPwdVC : BaseViewController
@end
NS_ASSUME_NONNULL_END