b361bb86936803a96fb401acb23827159039f3ab.svn-base 391 B

123456789101112131415161718192021
  1. package eVVM.apk.ui.My.examine;
  2. import eVVM.apk.ui.bean.VerificationCodeBean;
  3. /**
  4. * Created by Android Studio.
  5. * User: zbb
  6. * Date: 2019/6/7
  7. * Describe: ExamineOnListener
  8. */
  9. public interface ExamineOnListener {
  10. void onSucceed(VerificationCodeBean data);
  11. void onFail(String msg);
  12. void onfailmsgSucceed(VerificationCodeBean data);
  13. void onfailmsgFail(String msg);
  14. }