18 lines
306 B
Objective-C
18 lines
306 B
Objective-C
//
|
|
// libUMSVersionsInfo.h
|
|
// UMSPosPay
|
|
//
|
|
// Created by diudiu on 16/6/28.
|
|
// Copyright © 2016年 ChinaUMS. All rights reserved.
|
|
//
|
|
|
|
// sdk_version = 3.1.6
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface UMSPPPayVersionsInfo : NSObject
|
|
|
|
+ (NSMutableDictionary *)getVersionsInfoForPosPayPlugin;
|
|
|
|
@end
|