My Project
 All Classes Functions Properties
ClearBlade.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 <Foundation/Foundation.h>
12 
13 @interface ClearBlade : NSObject
14 
15 +(NSString *) appKey;
16 +(NSString *) appSecret;
17 +(void) initAppKey: (NSString *)key AppSecret: (NSString *)secret;
18 
19 @end
Definition: ClearBlade.h:13