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

17 lines
208 B
C
Raw Normal View History

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