Skip to content

Instantly share code, notes, and snippets.

@bill350
Created April 1, 2018 22:35
Show Gist options
  • Select an option

  • Save bill350/c3ffef928bd688fdd2c16adc6c15c9b9 to your computer and use it in GitHub Desktop.

Select an option

Save bill350/c3ffef928bd688fdd2c16adc6c15c9b9 to your computer and use it in GitHub Desktop.
// 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