Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface FansContract$Presenter extends BasePresenter {
|
||||
void d(long j, long j2);
|
||||
}
|
22
sources/com/ubt/jimu/user/contract/FansContract$View.java
Normal file
22
sources/com/ubt/jimu/user/contract/FansContract$View.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.Fans;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface FansContract$View extends BaseView<FansContract$Presenter> {
|
||||
void a();
|
||||
|
||||
long d();
|
||||
|
||||
int e();
|
||||
|
||||
int f();
|
||||
|
||||
void g(List<Fans> list);
|
||||
|
||||
long m();
|
||||
|
||||
void onError();
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface InterestContract$Presenter extends BasePresenter {
|
||||
void b(long j, long j2);
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.Interest;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface InterestContract$View extends BaseView<InterestContract$Presenter> {
|
||||
void a();
|
||||
|
||||
void b(List<Interest> list);
|
||||
|
||||
long d();
|
||||
|
||||
int e();
|
||||
|
||||
int f();
|
||||
|
||||
long m();
|
||||
|
||||
void onError();
|
||||
}
|
@@ -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);
|
||||
}
|
19
sources/com/ubt/jimu/user/contract/LoginContract$View.java
Normal file
19
sources/com/ubt/jimu/user/contract/LoginContract$View.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.User;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface LoginContract$View extends BaseView<LoginContract$Presenter> {
|
||||
void A();
|
||||
|
||||
void b(User user);
|
||||
|
||||
void c(User user);
|
||||
|
||||
void c(String str);
|
||||
|
||||
void d(boolean z);
|
||||
|
||||
void j(String str);
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface PostContract$Presenter extends BasePresenter {
|
||||
}
|
14
sources/com/ubt/jimu/user/contract/PostContract$View.java
Normal file
14
sources/com/ubt/jimu/user/contract/PostContract$View.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.MyPostListEntities;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface PostContract$View extends BaseView<PostContract$Presenter> {
|
||||
long m();
|
||||
|
||||
void n(List<MyPostListEntities.RecordsBean> list);
|
||||
|
||||
void onSuccess();
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface PraiseContract$Presenter extends BasePresenter {
|
||||
void addPraise(int i);
|
||||
}
|
21
sources/com/ubt/jimu/user/contract/PraiseContract$View.java
Normal file
21
sources/com/ubt/jimu/user/contract/PraiseContract$View.java
Normal file
@@ -0,0 +1,21 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.FollowEntities;
|
||||
import com.ubt.jimu.base.entities.PraiseBean;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface PraiseContract$View extends BaseView<PraiseContract$Presenter> {
|
||||
void a();
|
||||
|
||||
void a(FollowEntities followEntities);
|
||||
|
||||
void b(String str);
|
||||
|
||||
long d();
|
||||
|
||||
int e();
|
||||
|
||||
void q(List<PraiseBean.Praise> list);
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface QuestionContract$Presenter extends BasePresenter {
|
||||
void a(String str, long j, int i);
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface QuestionContract$View extends BaseView<QuestionContract$Presenter> {
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface RankContract$Presenter extends BasePresenter {
|
||||
void c(long j);
|
||||
}
|
18
sources/com/ubt/jimu/user/contract/RankContract$View.java
Normal file
18
sources/com/ubt/jimu/user/contract/RankContract$View.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.Rank;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface RankContract$View extends BaseView<RankContract$Presenter> {
|
||||
void a();
|
||||
|
||||
long d();
|
||||
|
||||
void l(List<Rank> list);
|
||||
|
||||
void onError();
|
||||
|
||||
void onSuccess();
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface RegisterContract$Presenter extends BasePresenter {
|
||||
void a(String str, int i);
|
||||
|
||||
void a(String str, String str2, String str3, String str4, String str5);
|
||||
|
||||
void a(String str, String str2, String str3, String str4, String str5, String str6, String str7);
|
||||
|
||||
void a(String str, String str2, String str3, boolean z);
|
||||
|
||||
void b();
|
||||
|
||||
void d(String str, String str2);
|
||||
}
|
@@ -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);
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface ResetPasswordContract$Presenter extends BasePresenter {
|
||||
void a(String str, int i);
|
||||
|
||||
void a(String str, String str2, String str3);
|
||||
|
||||
void b();
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.ApiStatus;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface ResetPasswordContract$View extends BaseView<ResetPasswordContract$Presenter> {
|
||||
void b(ApiStatus apiStatus);
|
||||
|
||||
void c(String str);
|
||||
|
||||
void d(ApiStatus apiStatus);
|
||||
|
||||
void e(String str);
|
||||
|
||||
void g(String str);
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface SettingContract$Presenter extends BasePresenter {
|
||||
}
|
21
sources/com/ubt/jimu/user/contract/SettingContract$View.java
Normal file
21
sources/com/ubt/jimu/user/contract/SettingContract$View.java
Normal file
@@ -0,0 +1,21 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.ApiStatus;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface SettingContract$View extends BaseView<SettingContract$Presenter> {
|
||||
void a(ApiStatus apiStatus);
|
||||
|
||||
void c(ApiStatus apiStatus);
|
||||
|
||||
void f(String str);
|
||||
|
||||
void h();
|
||||
|
||||
boolean r();
|
||||
|
||||
boolean s();
|
||||
|
||||
boolean t();
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface UserInfoContract$Presenter extends BasePresenter {
|
||||
void a(long j, long j2);
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.db.diy.DiyDBModel;
|
||||
import com.ubt.jimu.base.entities.UserExtraInfo;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface UserInfoContract$View extends BaseView<UserInfoContract$Presenter> {
|
||||
void E();
|
||||
|
||||
long S();
|
||||
|
||||
void a(UserExtraInfo userExtraInfo);
|
||||
|
||||
long d();
|
||||
|
||||
void r(List<DiyDBModel> list);
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
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);
|
||||
}
|
15
sources/com/ubt/jimu/user/contract/VerifyContract$View.java
Normal file
15
sources/com/ubt/jimu/user/contract/VerifyContract$View.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.ubt.jimu.user.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.ApiStatus;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface VerifyContract$View extends BaseView<VerifyContract$Presenter> {
|
||||
void b(Throwable th);
|
||||
|
||||
void c(Throwable th);
|
||||
|
||||
void e(ApiStatus apiStatus);
|
||||
|
||||
void g(ApiStatus apiStatus);
|
||||
}
|
Reference in New Issue
Block a user