Created
July 28, 2017 16:48
-
-
Save vestrel00/a749c703ab3df4d2b168a4c7a3720da5 to your computer and use it in GitHub Desktop.
C: 4 - ui/example_1/presenter/Example1Presenter.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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