Skip to content

Instantly share code, notes, and snippets.

@motorro
Last active August 16, 2022 10:17
Show Gist options
  • Save motorro/8437a2a9c9ddbd36a1d0ce9788174a86 to your computer and use it in GitHub Desktop.
Save motorro/8437a2a9c9ddbd36a1d0ce9788174a86 to your computer and use it in GitHub Desktop.
Parent module interface
interface WelcomeFeatureHost {
/**
* Returns user to email entry screen
*/
fun backToEmailEntry()
/**
* Authentication complete
*/
fun complete()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment