Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Last active June 9, 2017 00:33
Show Gist options
  • Save chriswebb09/3111816e3f4066731eed8d30d987cf35 to your computer and use it in GitHub Desktop.
Save chriswebb09/3111816e3f4066731eed8d30d987cf35 to your computer and use it in GitHub Desktop.
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