Last active
June 9, 2017 00:33
-
-
Save chriswebb09/3111816e3f4066731eed8d30d987cf35 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