Last active
January 27, 2022 07:03
-
-
Save LeonidKokhnovich/5e36a2e24a0614c0f72b60f541f76efa to your computer and use it in GitHub Desktop.
ReThinkingCoordinators-CoordinatorProtocol.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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