Guest User

Untitled

a guest
Jun 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. protocol protocolDelegate: class {
  2. func didCancel(controller: RBSigninViewController)
  3. }
  4.  
  5. extension protocolDelegate where Self: UIViewController {
  6. // Code
  7. }
Add Comment
Please, Sign In to add comment