//
|
// YYJPlatformDefines.h
|
//
|
//
|
// Created by Ferryman on 16/9/19.
|
// Copyright © 2016年 YYJia. All rights reserved.
|
//
|
|
#ifndef YYJPlatformDefines_h
|
#define YYJPlatformDefines_h
|
#import <UIKit/UIKit.h>
|
#pragma mark - Notification -----------------------------------------------
|
|
UIKIT_EXTERN NSString* const yyj_PlatformInitDidFinishedNotification; //初始化成功
|
UIKIT_EXTERN NSString* const yyj_PlatformInitFinishedFailNotification; // 初始化失败
|
UIKIT_EXTERN NSString* const yyj_PlatformLogoutNotification; //注销
|
UIKIT_EXTERN NSString* const yyj_PlatformLoginNotification; //登录
|
|
UIKIT_EXTERN NSString* const yyj_PlatformBMaiSuccessfulNotification; // 支付成功
|
UIKIT_EXTERN NSString* const yyj_PlatformBMaiFailNotification; // 支付失败
|
UIKIT_EXTERN NSString* const yyj_PlatformRealNameAuthenticationCloseNotification; // 实名认证页面关闭通知
|
|
|
#endif /* YYJPlatformDefines_h */
|