Initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import android.content.Context;
|
||||
import com.ubt.jimu.base.entities.ApiStatus;
|
||||
import com.ubt.jimu.base.entities.User;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface RegisterContract$View extends BaseView<RegisterContract$Presenter> {
|
||||
void F();
|
||||
|
||||
void H();
|
||||
|
||||
void Q();
|
||||
|
||||
void T();
|
||||
|
||||
void a(Context context);
|
||||
|
||||
void a(User user);
|
||||
|
||||
void b(ApiStatus apiStatus);
|
||||
|
||||
void c(String str);
|
||||
|
||||
void d(User user);
|
||||
|
||||
void e(String str);
|
||||
|
||||
void f(ApiStatus apiStatus);
|
||||
|
||||
void i(String str);
|
||||
|
||||
void k(String str);
|
||||
}
|
Reference in New Issue
Block a user