Last active
July 2, 2018 09:48
-
-
Save paraya3636/bb3c3979b4a98df1be24c813ad30c2c7 to your computer and use it in GitHub Desktop.
Test
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 SampleInterface { | |
fun getText(context: Context): String | |
fun getValue(context: Context): Int | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment