17 lines
225 B
Plaintext
17 lines
225 B
Plaintext
//
|
|
// YMForgetPwdViewController.h
|
|
// YUMI
|
|
//
|
|
// Created by XY on 2023/2/14.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPForgetPwdViewController : MvpViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|