summaryrefslogtreecommitdiff
path: root/Juick/API.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/API.h')
-rw-r--r--Juick/API.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/API.h b/Juick/API.h
index de771c4..ad1433b 100644
--- a/Juick/API.h
+++ b/Juick/API.h
@@ -9,6 +9,8 @@
#import "Message.h"
#import "DeviceRegistration.h"
+extern NSString * const JuickErrorDomain;
+
@protocol JuickAuthorizationDelegate
-(void) unauthorized;
@end