Created
June 9, 2017 05:10
-
-
Save chriswebb09/0759e86c8765dbd7416a79c7c9e28f87 to your computer and use it in GitHub Desktop.
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
import UIKit | |
protocol ApplicationCoordinator { | |
var appCoordinator: Coordinator! { get set } | |
var window: UIWindow { get set } | |
func start() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment