Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. package com.commonsware.android.constants;
  2.  
  3.  
  4. public interface AsyncResponse{
  5.     void getContent(String text);
  6.     void updateList();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement