minafaw3

VolleyResponseCallBack

Feb 6th, 2016
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public interface VolleyResponseCallBack {
  2. void RequestSuccess(Object response) ;
  3. void RequestFailed(String error);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment