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