Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created June 9, 2017 04:52
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 chriswebb09/2a2bd04842613d7bba469ab8183f78cc to your computer and use it in GitHub Desktop.
Save chriswebb09/2a2bd04842613d7bba469ab8183f78cc to your computer and use it in GitHub Desktop.
import UIKit
protocol Coordinator: class {
weak var delegate: CoordinatorDelegate? { get set }
var type: CoordinatorType { get set }
func start()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment