Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created July 23, 2018 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ataulm/e2046a17a25eb64583433a7e4ca0cc87 to your computer and use it in GitHub Desktop.
Save ataulm/e2046a17a25eb64583433a7e4ca0cc87 to your computer and use it in GitHub Desktop.
interface IView {
void setName(String name);
}
interface IPresenter {
void onLoad();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment