hank
2017-06-06 47f8fd0e9f78a2c43129229516558e8e515678df
commit | author | age
d1f6ab 1 //
H 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
47f8fd 9 #import <WASdkIntf/WAIPush.h>
H 10 #import <WASdkIntf/WAPushProxy.h>
d0b2df 11 #import <WASdkIntf/WAIApw.h>
d1f6ab 12 #import <WASdkIntf/WAApwProxy.h>
H 13 #import <WASdkIntf/WAConstants.h>
14 #import <WASdkIntf/WAComponent.h>
15 #import <WASdkIntf/WACore.h>
16 #import <WASdkIntf/WACoreProxy.h>
d0b2df 17 #import <WASdkIntf/WAParamConfigObj.h>
H 18 #import <WASdkIntf/WAIHup.h>
d1f6ab 19 #import <WASdkIntf/WAHupProxy.h>
H 20 #import <WASdkIntf/WAUpdateInfo.h>
21 #import <WASdkIntf/WAIPay.h>
22 #import <WASdkIntf/WAPayProxy.h>
23 #import <WASdkIntf/WAIapProduct.h>
24 #import <WASdkIntf/WAPayChannel.h>
25 #import <WASdkIntf/WAIapResult.h>
26 #import <WASdkIntf/WAISocial.h>
27 #import <WASdkIntf/WAGroup.h>
28 #import <WASdkIntf/WASocialProxy.h>
29 #import <WASdkIntf/WAEvent.h>
30 #import <WASdkIntf/WAITrack.h>
31 #import <WASdkIntf/WATrackProxy.h>
32 #import <WASdkIntf/WABindingResult.h>
33 #import <WASdkIntf/WALoginResult.h>
34 #import <WASdkIntf/WAIUser.h>
35 #import <WASdkIntf/WAUserProxy.h>
36 #import <WASdkIntf/WAAccount.h>
37 #import <WASdkIntf/WAClassGenerator.h>
38 #import <WASdkIntf/WAShareVideo.h>
39 #import <WASdkIntf/WAShareVideoContent.h>
40 #import <WASdkIntf/WASharePhoto.h>
41 #import <WASdkIntf/WASharePhotoContent.h>
42 #import <WASdkIntf/WAShareLinkContent.h>
43 #import <WASdkIntf/WASharingContent.h>
44 #import <WASdkIntf/WAAppInviteDialog.h>
45 #import <WASdkIntf/WAAppInviteContent.h>
46 #import <WASdkIntf/WAFBAppRequest.h>
47 #import <WASdkIntf/WAFBObject.h>
48 #import <WASdkIntf/WAAppUser.h>
49 #import <WASdkIntf/WAFBApplication.h>
50 #import <WASdkIntf/WAGameRequestContent.h>
51 #import <WASdkIntf/WAGameRequestDialog.h>
52 #import <WASdkIntf/WACode.h>
53 #import <WASdkIntf/WAError.h>
54 #import <WASdkIntf/WAErrorCode.h>
55 #import <WASdkIntf/WASdkIntf.h>
56 //! Project version number for WASdkIntf.
57 FOUNDATION_EXPORT double WASdkIntfVersionNumber;
58
59 //! Project version string for WASdkIntf.
60 FOUNDATION_EXPORT const unsigned char WASdkIntfVersionString[];
61
62 // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h>
63
47f8fd 64 //time:2017/6/5 10:38 ver:1.1.4