18 lines
475 B
Java
18 lines
475 B
Java
package com.ubt.jimu.user.contract;
|
|
|
|
import com.ubt.jimu.base.entities.User;
|
|
import com.ubtech.presenter.BasePresenter;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface LoginContract$Presenter extends BasePresenter {
|
|
void a(User user, String str);
|
|
|
|
void a(String str, String str2, String str3, String str4);
|
|
|
|
void a(String str, String str2, String str3, String str4, String str5, String str6, String str7);
|
|
|
|
void b();
|
|
|
|
void b(String str, String str2);
|
|
}
|