Skip to content

Instantly share code, notes, and snippets.

@SiarheiFedartsou
Last active July 14, 2017 16:36
Show Gist options
  • Save SiarheiFedartsou/eeb9b4bedc49b0f7d1eb1bfd4812c5e7 to your computer and use it in GitHub Desktop.
Save SiarheiFedartsou/eeb9b4bedc49b0f7d1eb1bfd4812c5e7 to your computer and use it in GitHub Desktop.
func apply(viewModel: ViewModel) {}
apply(viewModel: .serverError(showRetryButton: true))
apply(viewModel: .error(title: "Oops", description: "Something went wrong", showRetryButton: true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment