AllPaySDK.h 448 B

12345678910111213141516171819
  1. //
  2. // AllPaySDK.h
  3. // AllPaySDK
  4. //
  5. // Created by BensonZhang on 15/11/18.
  6. // Copyright © 2015年 xunlian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface AllPaySDK : NSObject
  11. +(void)pay:(NSString *)tn mode:(BOOL)mode scheme:(NSString *)schemeStr ViewController:(UIViewController *)viewController onResult:(void(^)(NSDictionary * resultDic))onResult;
  12. +(void)openURL:(NSURL *)url;
  13. @end