package org.zpcat.test.network; /** * Created by moses on 4/23/15. */ public interface ReqCallback { void onResult(String result); }