From a74588083c4950e9237dff7a84ccdd129b72c950 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 22 Aug 2016 00:44:28 +0300 Subject: RestKit -> YYModel --- Juick/APIClient.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Juick/APIClient.h (limited to 'Juick/APIClient.h') diff --git a/Juick/APIClient.h b/Juick/APIClient.h new file mode 100644 index 0000000..8546d4d --- /dev/null +++ b/Juick/APIClient.h @@ -0,0 +1,13 @@ +// +// APIClient.h +// Juick +// +// Created by Vitaly Takmazov on 22/08/16. +// Copyright © 2016 com.juick. All rights reserved. +// +#import + +@interface APIClient : NSObject + @property (nonatomic, retain) AFHTTPSessionManager *manager; + +(APIClient *) sharedClient; +@end \ No newline at end of file -- cgit v1.2.3