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