123456789101112131415161718 |
- //
- // YOUPAILPYoungForgetPWD.h
- // livePro
- //
- // Created by leo on 2019/12/27.
- // Copyright © 2019 caiPro. All rights reserved.
- //
- #import "ZCBaseVC.h"
- @protocol YoungModeResetDelegate<NSObject>
- -(void)youpaifswitchYounModel:(NSInteger)isoepn;
- @end
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILPYoungForgetPWD : ZCBaseVC
- @property(nonatomic,weak)id<YoungModeResetDelegate>youpaipdelegate;
- @end
- NS_ASSUME_NONNULL_END
|