adding base choose name fragment with UI

This commit is contained in:
Adam Brown 2022-02-09 11:24:32 +00:00
parent acfeb7ff65
commit 4a1bf11168
1 changed files with 0 additions and 1 deletions

View File

@ -22,4 +22,3 @@ interface OnboardingVariant {
fun onNewIntent(intent: Intent?)
fun initUiAndData(isFirstCreation: Boolean)
fun setIsLoading(isLoading: Boolean)
}