diff options
Diffstat (limited to 'Juick/APIClient.h')
-rw-r--r-- | Juick/APIClient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/APIClient.h b/Juick/APIClient.h index f2b2a7c..d8317a4 100644 --- a/Juick/APIClient.h +++ b/Juick/APIClient.h @@ -9,9 +9,10 @@ #import "Message.h" #import "DeviceRegistration.h" -@interface APIClient : NSObject +@interface APIClient : NSObject<NSURLSessionDelegate, NSURLSessionTaskDelegate> @property (nonatomic, strong) NSDateFormatter *dateFormatter; +@property (nonatomic, strong) NSURLCredential *credential; +(APIClient *) sharedClient; |