Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created November 8, 2023 09:38
Show Gist options
  • Save laevandus/28c11c686634f191be18a4a537309ce0 to your computer and use it in GitHub Desktop.
Save laevandus/28c11c686634f191be18a4a537309ce0 to your computer and use it in GitHub Desktop.
extension ContentPrepareView {
enum ViewContent {
case loading
case content
case failure(Error)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment