// Generated automatically from retrofit2.Callback for testing purposes package retrofit2; import retrofit2.Call; import retrofit2.Response; public interface Callback { void onFailure(Call p0, Throwable p1); void onResponse(Call p0, Response p1); }