Created
July 18, 2018 01:07
-
-
Save fel-cesar/ce2d7a517f0a8ba9006ecec73fca1cdb 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
#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