// // JXAccountPwd.h // shiku_im // // Created by 123 on 2020/5/26. // Copyright © 2020 Reese. All rights reserved. // #import #import "XMGMyBaseVC.h" NS_ASSUME_NONNULL_BEGIN @protocol forgetPwdVCDelegateXX - (void)forgetPwdSuccess; @end @interface JXAccountPwd : XMGMyBaseVC @property (nonatomic, weak) id delegate; @end NS_ASSUME_NONNULL_END