Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface CommunityContract$Presenter extends BasePresenter {
|
||||
void e();
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.CommunityReturnBean;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface CommunityContract$View extends BaseView<CommunityContract$Presenter> {
|
||||
void a(CommunityReturnBean communityReturnBean);
|
||||
|
||||
void c();
|
||||
|
||||
void j();
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface InspireActivityContract$Presenter extends BasePresenter {
|
||||
void a(int i, int i2);
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.CreativeListResultBean;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface InspireActivityContract$View extends BaseView<InspireActivityContract$Presenter> {
|
||||
void a(CreativeListResultBean creativeListResultBean, int i);
|
||||
|
||||
void c();
|
||||
|
||||
void o();
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface MyFavouriteContract$Presenter extends BasePresenter {
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.Constant;
|
||||
import com.ubt.jimu.base.entities.FavouriteBean;
|
||||
import com.ubt.jimu.base.entities.GuessEnjoyEntities;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface MyFavouriteContract$View extends BaseView<MyFavouriteContract$Presenter> {
|
||||
void a(Constant.Community.LinkEmptyState linkEmptyState);
|
||||
|
||||
void a(FavouriteBean favouriteBean);
|
||||
|
||||
void a(GuessEnjoyEntities guessEnjoyEntities);
|
||||
|
||||
void a(GuessEnjoyEntities guessEnjoyEntities, Constant.Community.LinkEmptyState linkEmptyState);
|
||||
|
||||
void b(Constant.Community.LinkEmptyState linkEmptyState);
|
||||
|
||||
void c();
|
||||
|
||||
void j();
|
||||
|
||||
void o();
|
||||
|
||||
void q();
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface PublishCommunityContract$Presenter extends BasePresenter {
|
||||
}
|
@@ -0,0 +1,28 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.PublishLabelBean;
|
||||
import com.ubt.jimu.upload.UploadRequest;
|
||||
import com.ubt.jimu.upload.UploadResponse;
|
||||
import com.ubtech.view.BaseView;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface PublishCommunityContract$View extends BaseView<CommunityContract$Presenter> {
|
||||
void D();
|
||||
|
||||
void M();
|
||||
|
||||
void a(UploadRequest uploadRequest, double d);
|
||||
|
||||
void a(UploadResponse uploadResponse);
|
||||
|
||||
void allUploadSucceed();
|
||||
|
||||
void b(UploadResponse uploadResponse);
|
||||
|
||||
void f(int i);
|
||||
|
||||
void g();
|
||||
|
||||
void k(List<PublishLabelBean> list);
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface PublishDetailContact$Presenter extends BasePresenter {
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubt.jimu.base.entities.CommentBean;
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface PublishDetailContact$View extends BaseView {
|
||||
void V();
|
||||
|
||||
void a(CommentBean commentBean);
|
||||
|
||||
void a(boolean z, int i);
|
||||
|
||||
void b(boolean z, int i);
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.presenter.BasePresenter;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface SearchRecommendContact$Presenter extends BasePresenter {
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
package com.ubt.jimu.community.contract;
|
||||
|
||||
import com.ubtech.view.BaseView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface SearchRecommendContact$View extends BaseView<SearchRecommendContact$Presenter> {
|
||||
void B();
|
||||
|
||||
void g(int i);
|
||||
|
||||
void h(String str);
|
||||
}
|
Reference in New Issue
Block a user