Last active
July 14, 2017 16:36
-
-
Save SiarheiFedartsou/eeb9b4bedc49b0f7d1eb1bfd4812c5e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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