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