hank
2017-06-22 a8ba2ef2cfbce91f4e510deab3e1bc645b40147f
commit | author | age
6e1425 1 //
H 2 //  WACommon.h
3 //  WACommon
4 //
5 //  Created by GHW-T-01 on 16/3/7.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10
11 //! Project version number for WACommon.
12 FOUNDATION_EXPORT double WACommonVersionNumber;
13
14 //! Project version string for WACommon.
15 FOUNDATION_EXPORT const unsigned char WACommonVersionString[];
16
17 // In this header, you should import all the public headers of your framework using statements like #import <WACommon/PublicHeader.h>
18 #import <WACommon/WACommConstants.h>
19 #import <WACommon/WAHelper.h>
20 #import <WACommon/WAHttpHelper.h>
21 #import <WACommon/LocalizedStringUtil.h>
64e824 22 #import <WACommon/WASandboxHelper.h>
H 23 #import <WACommon/WADownloadHandler.h>
e395b5 24 //#import <WACommon/WACommon.h>
64e824 25 #import <WACommon/WADevice.h>
e395b5 26 #import <WACommon/WAReachability.h>
6e1425 27
e395b5 28 //time:2017/6/5 10:40
6e1425 29