Skip to content

Instantly share code, notes, and snippets.

@jeksys
Created June 20, 2018 00:03
Show Gist options
  • Save jeksys/0e2171082887e58fe622076f313f2b52 to your computer and use it in GitHub Desktop.
Save jeksys/0e2171082887e58fe622076f313f2b52 to your computer and use it in GitHub Desktop.
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