Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package com.ubt.jimu.community.activity.contract;
import com.ubtech.presenter.BasePresenter;
/* loaded from: classes.dex */
public interface ActivityContract$Presenter extends BasePresenter {
void a(long j, long j2, long j3, String str);
void b(long j);
void c();
}

View File

@@ -0,0 +1,26 @@
package com.ubt.jimu.community.activity.contract;
import com.ubt.jimu.base.entities.Act;
import com.ubt.jimu.base.entities.UComment;
import com.ubt.jimu.widgets.LoadingView;
import com.ubtech.view.BaseView;
import java.util.List;
/* loaded from: classes.dex */
public interface ActivityContract$View extends BaseView<ActivityContract$Presenter> {
void a();
void a(Act act);
void a(UComment uComment);
void a(String str);
int e();
void e(List<Act> list);
int f();
LoadingView u();
}

View File

@@ -0,0 +1,8 @@
package com.ubt.jimu.community.activity.contract;
import com.ubtech.presenter.BasePresenter;
/* loaded from: classes.dex */
public interface ArticleListContract$Presenter extends BasePresenter {
void s();
}

View File

@@ -0,0 +1,20 @@
package com.ubt.jimu.community.activity.contract;
import com.ubt.jimu.base.entities.ApiRecord;
import com.ubt.jimu.base.entities.JoinArticle;
import com.ubtech.view.BaseView;
/* loaded from: classes.dex */
public interface ArticleListContract$View extends BaseView<ArticleListContract$Presenter> {
void a();
void a(ApiRecord<JoinArticle> apiRecord);
void a(String str);
int e();
int f();
long w();
}

View File

@@ -0,0 +1,12 @@
package com.ubt.jimu.community.activity.contract;
import com.ubtech.presenter.BasePresenter;
/* loaded from: classes.dex */
public interface AwardContract$Presenter extends BasePresenter {
void a(String str, long j);
void b(String str, int i);
void n();
}

View File

@@ -0,0 +1,19 @@
package com.ubt.jimu.community.activity.contract;
import com.ubt.jimu.base.entities.AwardItem;
import com.ubt.jimu.base.entities.Push;
import com.ubtech.view.BaseView;
import java.util.List;
/* loaded from: classes.dex */
public interface AwardContract$View extends BaseView<AwardContract$Presenter> {
void a();
void a(String str);
void i(List<AwardItem> list);
void m(List<Push> list);
long w();
}

View File

@@ -0,0 +1,8 @@
package com.ubt.jimu.community.activity.contract;
import com.ubtech.presenter.BasePresenter;
/* loaded from: classes.dex */
public interface AwardSettingContract$Presenter extends BasePresenter {
void a(long j);
}

View File

@@ -0,0 +1,14 @@
package com.ubt.jimu.community.activity.contract;
import com.ubt.jimu.base.entities.Award;
import com.ubtech.view.BaseView;
import java.util.List;
/* loaded from: classes.dex */
public interface AwardSettingContract$View extends BaseView<AwardSettingContract$Presenter> {
void a();
void a(String str);
void p(List<Award> list);
}

View File

@@ -0,0 +1,10 @@
package com.ubt.jimu.community.activity.contract;
import com.ubtech.presenter.BasePresenter;
/* loaded from: classes.dex */
public interface CommentContract$Presenter extends BasePresenter {
void a(long j, long j2, int i, int i2);
void c(long j, long j2);
}

View File

@@ -0,0 +1,14 @@
package com.ubt.jimu.community.activity.contract;
import com.ubt.jimu.base.entities.UComment;
import com.ubtech.view.BaseView;
import java.util.List;
/* loaded from: classes.dex */
public interface CommentContract$View extends BaseView<CommentContract$Presenter> {
void a(String str);
void d(String str);
void s(List<UComment> list);
}

View File

@@ -0,0 +1,16 @@
package com.ubt.jimu.community.activity.contract;
import com.ubtech.presenter.BasePresenter;
/* loaded from: classes.dex */
public interface HomeActivityContract$Presenter extends BasePresenter {
void c();
void getTTSToken();
void i();
void j();
void refreshToken();
}

View File

@@ -0,0 +1,18 @@
package com.ubt.jimu.community.activity.contract;
import com.ubt.jimu.base.entities.Push;
import com.ubtech.view.BaseView;
import java.util.List;
/* loaded from: classes.dex */
public interface HomeActivityContract$View extends BaseView<HomeActivityContract$Presenter> {
void a(String str, String str2, int i, String str3);
void c0();
void e(int i);
void e(List<Push> list);
void x();
}