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