Created
June 9, 2017 00:34
-
-
Save chriswebb09/af1f1d6d4a4a9e47883b8f80ff30eaf0 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 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