银联支付插件

This commit is contained in:
zhouyanli
2026-06-04 17:55:18 +08:00
parent a8e3d1f875
commit d26bd4e86b
46 changed files with 1769 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// libUMSVersionsInfo.h
// UMSPosPay
//
// Created by diudiu on 16/6/28.
// Copyright © 2016年 ChinaUMS. All rights reserved.
//
// sdk_version = 3.1.8
#import <Foundation/Foundation.h>
@interface UMSPPPayVersionsInfo : NSObject
+ (NSMutableDictionary *)getVersionsInfoForPosPayPlugin;
@end