EZUIKit  2.0
 全部  函数 属性
EZUIKit.h
1 //
2 // EZUIKit.h
3 // EZUIKit
4 //
5 // Created by linyong on 2017/2/7.
6 // Copyright © 2017年 linyong. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 @interface EZUIKit : NSObject
13 
19 + (void) initWithAppKey:(NSString *) appKey;
20 
27 + (void) initGlobalWithAppKey:(NSString *) appKey apiUrl:(NSString *) apiUrl;
28 
34 + (void) setDebug:(BOOL) debugOn;
35 
41 + (void) setAccessToken:(NSString *) token;
42 
48 + (NSString *) getVersion;
49 
50 @end
NSString * getVersion()
Kit.
Definition: EZUIKit.h:12