YOUPAILPYoungForgetPWD.h 419 B

123456789101112131415161718
  1. //
  2. // YOUPAILPYoungForgetPWD.h
  3. // livePro
  4. //
  5. // Created by leo on 2019/12/27.
  6. // Copyright © 2019 caiPro. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. @protocol YoungModeResetDelegate<NSObject>
  10. -(void)youpaifswitchYounModel:(NSInteger)isoepn;
  11. @end
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface YOUPAILPYoungForgetPWD : ZCBaseVC
  14. @property(nonatomic,weak)id<YoungModeResetDelegate>youpaipdelegate;
  15. @end
  16. NS_ASSUME_NONNULL_END