Created
April 1, 2018 22:35
-
-
Save bill350/c3ffef928bd688fdd2c16adc6c15c9b9 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
| // MARK: - Failable | |
| extension HomeViewController: Failable { | |
| var errorScreenType: ErrorScreen? { | |
| return .home | |
| } | |
| var errorContext: ErrorContext { | |
| return .dataOriented | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment