package eVVM.apk.mvp.copy; import java.util.List; public interface CopyOnListener { void onSucceed(List data); void onFail(String msg); }