Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 28, 2017 16:48
Show Gist options
  • Save vestrel00/a749c703ab3df4d2b168a4c7a3720da5 to your computer and use it in GitHub Desktop.
Save vestrel00/a749c703ab3df4d2b168a4c7a3720da5 to your computer and use it in GitHub Desktop.
C: 4 - ui/example_1/presenter/Example1Presenter.java
public interface Example1Presenter extends Presenter {
void onDoSomething();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment