Created
April 16, 2017 09:22
-
-
Save oatpano/a0c9afb7807a79afd2dcc6205ff964a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface OnNetworkCallbackListener{ | |
public void onResponse(User user, Retrofit retrofit); | |
public void onBodyError(ResponseBody responseBodyError); | |
public void onBodyErrorIsNull(); | |
public void onFailure(Throwable t); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment