Skip to content

Instantly share code, notes, and snippets.

@AdrianoCelentano
Last active March 4, 2019 14:28
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 AdrianoCelentano/33f9cbeff5c54cf06ad8e674c98b5f10 to your computer and use it in GitHub Desktop.
Save AdrianoCelentano/33f9cbeff5c54cf06ad8e674c98b5f10 to your computer and use it in GitHub Desktop.
PaymentProvider
interface PaymentProvider {
fun pay()
fun isEnabled()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment