Skip to content

Instantly share code, notes, and snippets.

@danielwilson1702
Created September 5, 2015 11:53
Show Gist options
  • Save danielwilson1702/4b99d191c57336887eb5 to your computer and use it in GitHub Desktop.
Save danielwilson1702/4b99d191c57336887eb5 to your computer and use it in GitHub Desktop.
OnBackPressed interface
public interface OnBackPressed {
void onBackPressed();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment