36 lines
613 B
Java
36 lines
613 B
Java
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);
|
|
}
|