Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created June 9, 2017 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriswebb09/678eb1dbc74e383be390da0588d0df80 to your computer and use it in GitHub Desktop.
Save chriswebb09/678eb1dbc74e383be390da0588d0df80 to your computer and use it in GitHub Desktop.
import UIKit
protocol NavigationCoordinator: Coordinator {
var navigationController: UINavigationController { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment