Skip to content

Instantly share code, notes, and snippets.

@fel-cesar
Created July 18, 2018 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fel-cesar/ce2d7a517f0a8ba9006ecec73fca1cdb to your computer and use it in GitHub Desktop.
Save fel-cesar/ce2d7a517f0a8ba9006ecec73fca1cdb to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@protocol CRAuthenticationDelegate <NSObject>
@optional
-(void) authDidStart:(NSDictionary<NSString*,NSString*> *) service;
-(void) authDidFinish:(NSDictionary<NSString*,NSString*> *) service;
-(void) authDidCancel:(NSDictionary<NSString*,NSString*> *) service;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment