Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created July 23, 2018 22:08
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/d2cc36208614b94eb498e41fe7b34929 to your computer and use it in GitHub Desktop.
Save ataulm/d2cc36208614b94eb498e41fe7b34929 to your computer and use it in GitHub Desktop.
interface IPresenter {
void onLoad();
Observable<String> displayName();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment