Commit 18bc7a029e7a9b9d9aa20a4ac83bcd302173b734
1 parent
8d5e52a6
0.0.4
Showing
5 changed files
with
2 additions
and
1 deletions
DSPayModuleF.podspec
DSPayModuleF/Frameworks/DSPayModule.framework/DSPayModule
No preview for this file type
DSPayModuleF/Frameworks/DSPayModule.framework/DSPayModule.bundle/Info.plist
No preview for this file type
DSPayModuleF/Frameworks/DSPayModule.framework/Headers/DSPayModuleManager.h
| ... | ... | @@ -28,6 +28,7 @@ typedef NS_ENUM(NSUInteger, DSPayResult) {//支付状态 |
| 28 | 28 | UIKIT_EXTERN NSString * const kDSSuccessPayOrderNotification;//支付订单成功通知 object为订单id |
| 29 | 29 | UIKIT_EXTERN NSString * const kDSDisplayAddGoldCoinsViewNotification;//显示添加金币通知 userInfo为@{@"count":@"金币数", @"desc":@"描述"} |
| 30 | 30 | UIKIT_EXTERN NSString * const kDSSkipSetPasswordVCNotification;//跳转设置密码控制器通知 object为当前控制器 |
| 31 | +UIKIT_EXTERN NSString * const kDSSkipForgetPasswordVCNotification;//跳转忘记密码控制器通知 object为当前控制器 | |
| 31 | 32 | |
| 32 | 33 | NS_ASSUME_NONNULL_BEGIN |
| 33 | 34 | ... | ... |
DSPayModuleF/Frameworks/DSPayModule.framework/Info.plist
No preview for this file type