27 lines
523 B
Java
27 lines
523 B
Java
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();
|
|
}
|