summaryrefslogtreecommitdiff
path: root/Juick/APIClient.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-01 17:29:46 +0300
committerGravatar Vitaly Takmazov2019-10-01 22:14:59 +0300
commitdbab6ab54c40a016f75e75a4143576c3fa41c3e0 (patch)
tree6fd5e68ec76c249fcaa07219c53ccab2f4c98fd5 /Juick/APIClient.h
parentaeb513ed5c165e355c9c378efde7445f597d0380 (diff)
Drop AFNetworking and SSKeychain
Diffstat (limited to 'Juick/APIClient.h')
-rw-r--r--Juick/APIClient.h3
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;