Guest User

Untitled

a guest
Dec 13th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public interface OnInputListener{
  2. void sendInput(String input);
  3. }
  4. public OnInputListener mOnInputListener;
Add Comment
Please, Sign In to add comment