Skip to content

Instantly share code, notes, and snippets.

@Otbivnoe
Created January 19, 2018 11:09
Show Gist options
  • Save Otbivnoe/e8096bfe627b9a28dd03b3625d50e4bd to your computer and use it in GitHub Desktop.
Save Otbivnoe/e8096bfe627b9a28dd03b3625d50e4bd to your computer and use it in GitHub Desktop.
protocol Transition: class {
weak var viewController: UIViewController? { get set }
func open(_ viewController: UIViewController)
func close(_ viewController: UIViewController)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment