Created
July 28, 2017 17:12
-
-
Save vestrel00/6179878ec2ecb8b4948c6ba64ecdc3ab to your computer and use it in GitHub Desktop.
C: 4 - ui/example_1/view/Example1View.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 Example1View extends MVPView { | |
void showSomething(String something); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment