Guest User

Untitled

a guest
Jul 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2.  
  3. @protocol CRAuthenticationDelegate <NSObject>
  4.  
  5. @optional
  6. -(void) authDidStart:(NSDictionary<NSString*,NSString*> *) service;
  7. -(void) authDidFinish:(NSDictionary<NSString*,NSString*> *) service;
  8. -(void) authDidCancel:(NSDictionary<NSString*,NSString*> *) service;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment