Skip to content

Instantly share code, notes, and snippets.

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/dd0609771e6a7f49c58a2d3ba605763e to your computer and use it in GitHub Desktop.
Save chriswebb09/dd0609771e6a7f49c58a2d3ba605763e to your computer and use it in GitHub Desktop.
import UIKit
protocol TabControllerCoordinator: Coordinator {
var tabBarController: UITabBarController { get set }
var childCoordinators: [NavigationCoordinator] { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment