//
|
// 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; //分享结果
|