15 lines
352 B
Java
15 lines
352 B
Java
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);
|
|
}
|