Skip to content

Instantly share code, notes, and snippets.

@fakiho
Created February 27, 2021 17:53
Show Gist options
  • Select an option

  • Save fakiho/fb6c164d0d48fb8980464d2e33c843bc to your computer and use it in GitHub Desktop.

Select an option

Save fakiho/fb6c164d0d48fb8980464d2e33c843bc to your computer and use it in GitHub Desktop.
enum DashboardViewModelLoading {
case none
case fullScreen
case connecting
case connected
case disconnected
case disconnecting
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment