Created
June 20, 2018 00:03
-
-
Save jeksys/0e2171082887e58fe622076f313f2b52 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
protocol protocolDelegate: class { | |
func didCancel(controller: RBSigninViewController) | |
} | |
extension protocolDelegate where Self: UIViewController { | |
// Code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment