14 lines
363 B
Java
14 lines
363 B
Java
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();
|
|
}
|