Last active
August 16, 2022 10:17
-
-
Save motorro/8437a2a9c9ddbd36a1d0ce9788174a86 to your computer and use it in GitHub Desktop.
Parent module interface
This file contains 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 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