Skip to content

Instantly share code, notes, and snippets.

@arjunsk
Created August 18, 2018 07:24
Show Gist options
  • Save arjunsk/9f00987f107dc128eb14d8e61e602565 to your computer and use it in GitHub Desktop.
Save arjunsk/9f00987f107dc128eb14d8e61e602565 to your computer and use it in GitHub Desktop.
package android_widget;
public interface IDialogueBox {
public void create(String data);
public void show();
public void hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment