Created
July 26, 2017 16:46
-
-
Save vestrel00/8ef448dd74c897c4936e7db809342eb5 to your computer and use it in GitHub Desktop.
A: 5 - ui/main/MainFragmentListener.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
interface MainFragmentListener { | |
void onExample1Clicked(); | |
void onExample2Clicked(); | |
void onExample3Clicked(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment