diff options
author | Vitaly Takmazov | 2018-03-03 21:33:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-03 21:33:11 +0300 |
commit | 5d0e97b3c1a1910a036f455b67205bc5eece1c29 (patch) | |
tree | 5878f990e43ac5b2f163764bfa7f9226a962b8f3 /Juick/APIClient.h | |
parent | 3e0b7455926477ee5cce1233bf1bf1d6f2bd63f8 (diff) |
discussions
Diffstat (limited to 'Juick/APIClient.h')
-rw-r--r-- | Juick/APIClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/APIClient.h b/Juick/APIClient.h index a20998a..b336c8c 100644 --- a/Juick/APIClient.h +++ b/Juick/APIClient.h @@ -12,6 +12,8 @@ @interface APIClient : NSObject @property (nonatomic, retain) AFHTTPSessionManager *manager; +@property (nonatomic, strong) NSDateFormatter *dateFormatter; + +(APIClient *) sharedClient; -(void) pullNextFromPath:(NSString *)path params:(NSDictionary *)params callback:(void(^)(NSArray *, NSError *))callback; @@ -21,5 +23,6 @@ +(NSString *) messagesUrl; +(NSString *) threadUrl; +(NSString *) feedUrl; ++(NSString *) discussionsUrl; @end |