Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Last active August 20, 2020 17:47
Show Gist options
  • Save dmytro-anokhin/b3c74b708834b719d596ca9739438795 to your computer and use it in GitHub Desktop.
Save dmytro-anokhin/b3c74b708834b719d596ca9739438795 to your computer and use it in GitHub Desktop.
enum RemoteContentLoadingState<Value> {
case initial
case inProgress
case success(_ value: Value)
case failure(_ error: Error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment