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

View file

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