UMSPPPayVersionsInfo.h 281 B

123456789101112131415
  1. //
  2. // libUMSVersionsInfo.h
  3. // UMSPosPay
  4. //
  5. // Created by diudiu on 16/6/28.
  6. // Copyright © 2016年 ChinaUMS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface UMSPPPayVersionsInfo : NSObject
  10. + (NSMutableDictionary *)getVersionsInfoForPosPayPlugin;
  11. @end