allez
2022-01-12 30fafce50a2a4b6521e3e03f0a91f32c8dd64f02
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
//
//  GMSDK.h
//  GMSDK
//
//  Created by XHJ on 2021/6/8.
//
 
#import <Foundation/Foundation.h>
 
//! Project version number for GMSDK.
FOUNDATION_EXPORT double GMSDKVersionNumber;
 
//! Project version string for GMSDK.
FOUNDATION_EXPORT const unsigned char GMSDKVersionString[];
 
// In this header, you should import all the public headers of your framework using statements like #import <GMSDK/PublicHeader.h>
 
#import <GMSDK/SXGMSDK.h>
 
 
#pragma mark - Notification -----------------------------------------------
 
UIKIT_EXTERN NSString* const PlatformInitDidFinishedNotification;   //初始化成功
UIKIT_EXTERN NSString* const PlatformInitFinishedFailNotification;  //初始化失败
UIKIT_EXTERN NSString* const PlatformLogoutNotification;            //注销
UIKIT_EXTERN NSString* const PlatformLoginNotification;             //登录
 
UIKIT_EXTERN NSString* const PlatformBMaiSuccessfulNotification;     // 支付成功
UIKIT_EXTERN NSString* const PlatformBMaiFailNotification;           // 支付失败
 
UIKIT_EXTERN NSString* const PlatformShareFBNotification;             //分享结果