Skip to content

Instantly share code, notes, and snippets.

@AndreyPanov
Created January 12, 2017 16:03
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 AndreyPanov/6e25305d66b7025bd24da321a41d09f3 to your computer and use it in GitHub Desktop.
Save AndreyPanov/6e25305d66b7025bd24da321a41d09f3 to your computer and use it in GitHub Desktop.
CoordinatorOutput
protocol CoordinatorOutput {
var finishFlow: (Item -> Void)? { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment