Skip to content

Instantly share code, notes, and snippets.

@AndreyPanov
Created January 12, 2017 16:12
Show Gist options
  • Save AndreyPanov/ed46a7113d963b35e842c72fbdec535f to your computer and use it in GitHub Desktop.
Save AndreyPanov/ed46a7113d963b35e842c72fbdec535f to your computer and use it in GitHub Desktop.
Presentable
protocol Presentable {
func toPresent() -> UIViewController?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment