13 lines
266 B
Java
13 lines
266 B
Java
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);
|
|
}
|