package eVVM.apk.ui.first.categoryTimes; import java.util.List; import eVVM.apk.ui.bean.CategoryTimesBean; public interface CategoryTimesOnListener { void onSucceed(List data); void onFail(String msg); }