Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 28, 2017 17:12
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 vestrel00/6179878ec2ecb8b4948c6ba64ecdc3ab to your computer and use it in GitHub Desktop.
Save vestrel00/6179878ec2ecb8b4948c6ba64ecdc3ab to your computer and use it in GitHub Desktop.
C: 4 - ui/example_1/view/Example1View.java
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