Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created July 17, 2022 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mukeshsolanki/52a730665ac5e6373df53739525c4cd9 to your computer and use it in GitHub Desktop.
Save mukeshsolanki/52a730665ac5e6373df53739525c4cd9 to your computer and use it in GitHub Desktop.
sealed class Screens(val route: String) {
object Splash : Screen("splash_screen")
object Home : Screen("home_screen")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment