12345678910111213141516171819 |
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface AllPaySDK : NSObject
- +(void)pay:(NSString *)tn mode:(BOOL)mode scheme:(NSString *)schemeStr ViewController:(UIViewController *)viewController onResult:(void(^)(NSDictionary * resultDic))onResult;
- +(void)openURL:(NSURL *)url;
- @end
|