Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LeonidKokhnovich/5e36a2e24a0614c0f72b60f541f76efa to your computer and use it in GitHub Desktop.
Save LeonidKokhnovich/5e36a2e24a0614c0f72b60f541f76efa to your computer and use it in GitHub Desktop.
ReThinkingCoordinators-CoordinatorProtocol.swift
protocol Coordinator {
var children: [Coordinator] { get set }
func start()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment