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