Skip to content

Instantly share code, notes, and snippets.

@paraya3636
Last active July 2, 2018 09:48
Show Gist options
  • Save paraya3636/bb3c3979b4a98df1be24c813ad30c2c7 to your computer and use it in GitHub Desktop.
Save paraya3636/bb3c3979b4a98df1be24c813ad30c2c7 to your computer and use it in GitHub Desktop.
Test
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