19 lines
413 B
Java
19 lines
413 B
Java
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();
|
|
}
|