From dbab6ab54c40a016f75e75a4143576c3fa41c3e0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 1 Oct 2019 17:29:46 +0300 Subject: Drop AFNetworking and SSKeychain --- Juick/APIClient.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Juick/APIClient.h') 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 @property (nonatomic, strong) NSDateFormatter *dateFormatter; +@property (nonatomic, strong) NSURLCredential *credential; +(APIClient *) sharedClient; -- cgit v1.2.3