Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created June 9, 2017 00:34
Show Gist options
  • Save chriswebb09/af1f1d6d4a4a9e47883b8f80ff30eaf0 to your computer and use it in GitHub Desktop.
Save chriswebb09/af1f1d6d4a4a9e47883b8f80ff30eaf0 to your computer and use it in GitHub Desktop.
import Foundation
protocol CoordinatorDelegate: class {
func transitionCoordinator(type: CoordinatorType)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment