hank
2018-11-13 99a8fed0467dd5a4b5e3316591d91f0cea9990ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
//
//  WASdkIntf.h
//  WASdkIntf
//
//  Created by wuyx on 16/3/2.
//  Copyright © 2016年 GHW-T-01. All rights reserved.
//
 
#import <WASdkIntf/WAICsc.h>
#import <WASdkIntf/WACscProxy.h>
#import <WASdkIntf/WAIAd.h>
#import <WASdkIntf/WAAdProxy.h>
#import <WASdkIntf/WAIPush.h>
#import <WASdkIntf/WAPushProxy.h>
#import <WASdkIntf/WAIApw.h>
#import <WASdkIntf/WAApwProxy.h>
#import <WASdkIntf/WAConstants.h>
#import <WASdkIntf/WAComponent.h>
#import <WASdkIntf/WACore.h>
#import <WASdkIntf/WACoreProxy.h>
#import <WASdkIntf/WAParamConfigObj.h>
#import <WASdkIntf/WAIHup.h>
#import <WASdkIntf/WAHupProxy.h>
#import <WASdkIntf/WAUpdateInfo.h>
#import <WASdkIntf/WAIPay.h>
#import <WASdkIntf/WAPayProxy.h>
#import <WASdkIntf/WAIapProduct.h>
#import <WASdkIntf/WAPayChannel.h>
#import <WASdkIntf/WAIapResult.h>
#import <WASdkIntf/WAISocial.h>
#import <WASdkIntf/WAGroup.h>
#import <WASdkIntf/WASocialProxy.h>
#import <WASdkIntf/WAEvent.h>
#import <WASdkIntf/WAITrack.h>
#import <WASdkIntf/WATrackProxy.h>
#import <WASdkIntf/WABindingResult.h>
#import <WASdkIntf/WALoginResult.h>
#import <WASdkIntf/WAIUser.h>
#import <WASdkIntf/WAUserProxy.h>
#import <WASdkIntf/WAAccount.h>
#import <WASdkIntf/WAClassGenerator.h>
#import <WASdkIntf/WAShareVideo.h>
#import <WASdkIntf/WAShareVideoContent.h>
#import <WASdkIntf/WASharePhoto.h>
#import <WASdkIntf/WASharePhotoContent.h>
#import <WASdkIntf/WAShareLinkContent.h>
#import <WASdkIntf/WASharingContent.h>
#import <WASdkIntf/WAAppInviteDialog.h>
#import <WASdkIntf/WAAppInviteContent.h>
#import <WASdkIntf/WAFBAppRequest.h>
#import <WASdkIntf/WAFBObject.h>
#import <WASdkIntf/WAAppUser.h>
#import <WASdkIntf/WAFBApplication.h>
#import <WASdkIntf/WAGameRequestContent.h>
#import <WASdkIntf/WAGameRequestDialog.h>
#import <WASdkIntf/WACode.h>
#import <WASdkIntf/WAError.h>
#import <WASdkIntf/WAErrorCode.h>
#import <WASdkIntf/WASdkIntf.h>
//! Project version number for WASdkIntf.
FOUNDATION_EXPORT double WASdkIntfVersionNumber;
 
//! Project version string for WASdkIntf.
FOUNDATION_EXPORT const unsigned char WASdkIntfVersionString[];
 
// In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h>
 
//time:2018/11/06 09:11 ver:3.7.1