Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Created December 11, 2017 03:22
Show Gist options
  • Save mitchtabian/1424d7806d9c9f3c89eec54befddc7ab to your computer and use it in GitHub Desktop.
Save mitchtabian/1424d7806d9c9f3c89eec54befddc7ab to your computer and use it in GitHub Desktop.
public interface OnInputListener{
void sendInput(String input);
}
public OnInputListener mOnInputListener;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment