This commit is contained in:
2025-12-03 16:38:20 +08:00
parent 49f730b609
commit d06e0499bc
6 changed files with 296 additions and 11 deletions

View File

@@ -5,11 +5,11 @@
// Created by Mac on 2025/12/3.
//
#import <UIKit/UIKit.h>
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface KBForgetPwdNewPwdVC : UIViewController
@interface KBForgetPwdNewPwdVC : BaseViewController
@end