Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created June 12, 2020 16:39
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 stevencurtis/e132950ef62d75fe9e08706e0afa1412 to your computer and use it in GitHub Desktop.
Save stevencurtis/e132950ef62d75fe9e08706e0afa1412 to your computer and use it in GitHub Desktop.
RootCoordinator
protocol RootCoordinator: class {
func start(_ navigationController: UINavigationController)
func moveToDetail()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment