Skip to content

Instantly share code, notes, and snippets.

@yoxisem544
Created August 26, 2022 12:29
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 yoxisem544/07211931cbe4e8ab313207bda247a50c to your computer and use it in GitHub Desktop.
Save yoxisem544/07211931cbe4e8ab313207bda247a50c to your computer and use it in GitHub Desktop.
protocol CoordinatorType: AnyObject {
func start()
var children: [CoordinatorType] { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment