Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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);
|
||||
}
|
Reference in New Issue
Block a user