11 lines
304 B
Java
11 lines
304 B
Java
package com.ubt.jimu.user.contract;
|
|
|
|
import com.ubtech.presenter.BasePresenter;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface VerifyContract$Presenter extends BasePresenter {
|
|
void a(String str, String str2);
|
|
|
|
void getCaptcha(String str, String str2, String str3, String str4, String str5);
|
|
}
|