国内WASDK Apple实现层
hank
2016-12-13 330f2fd1b83d2fdc7a5df1a3029f8c1990d46126
commit | author | age
330f2f 1 //
H 2 //  WAApImpl.h
3 //  WAApImpl
4 //
5 //  Created by GHW-T-01 on 16/3/1.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10
11 //! Project version number for WAApImpl.
12 FOUNDATION_EXPORT double WAApImplVersionNumber;
13
14 //! Project version string for WAApImpl.
15 FOUNDATION_EXPORT const unsigned char WAApImplVersionString[];
16
17 // In this header, you should import all the public headers of your framework using statements like #import <WAApImpl/PublicHeader.h>
18
19 #import <WAApImpl/WAAPUser.h>
20 #import <WAApImpl/WAAPLogin.h>
21
22 //time:2016/11/29 15:42