- package eVVM.apk.ui.vaccination.icltregist;
- import eVVM.apk.ui.bean.VerificationCodeBean;
- /**
- * Created by Android Studio.
- * User: zbb
- * Date: 2019/6/4
- * Describe: IcltregistOnListener
- */
- public interface IcltregistOnListener {
- void onSucceed(VerificationCodeBean data);
- void onFail(String msg);
- }
|