Skip to content

Instantly share code, notes, and snippets.

@DDihanov
Created December 4, 2020 14:28
Show Gist options
  • Save DDihanov/fd46897a8d439afb89472fe847abd214 to your computer and use it in GitHub Desktop.
Save DDihanov/fd46897a8d439afb89472fe847abd214 to your computer and use it in GitHub Desktop.
sealed class NavigationFlow {
object HomeFlow : NavigationFlow()
object DashboardFlow : NavigationFlow()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment