My Project
 All Classes Functions Properties
CBHTTPClient.h
1 /*******************************************************************************
2  * Copyright 2013 ClearBlade, Inc
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  *
8  * Any redistribution of this program in any form must include this copyright
9  *******************************************************************************/
10 
11 #import <AFNetworking/AFNetworking.h>
16 @interface CBHTTPClient : AFHTTPClient
20 @property (strong, nonatomic) NSURL *baseURL;
25 -(void) setUrl: (NSString *) URL;
31 -(void) setAppKey: (NSString *) key AppSecret: (NSString *) secret;
32 
33 @end
Definition: CBHTTPClient.h:16
NSURL * baseURL
Definition: CBHTTPClient.h:20