-
Notifications
You must be signed in to change notification settings - Fork 75
/
AlipaySDK.h
58 lines (50 loc) · 2.32 KB
/
AlipaySDK.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "UIAlertViewDelegate.h"
@class APayProcessor, APayRoute, NSDictionary, NSString;
@interface AlipaySDK : NSObject <UIAlertViewDelegate>
{
NSString *_schemeStr;
NSString *_executingOrderStr;
CDUnknownBlockType _completionBlock;
APayRoute *_route;
APayProcessor *_processor;
NSDictionary *_alertOkAction;
NSDictionary *_alertCancelAction;
}
+ (id)defaultService;
@property(retain, nonatomic) NSDictionary *alertCancelAction; // @synthesize alertCancelAction=_alertCancelAction;
@property(retain, nonatomic) NSDictionary *alertOkAction; // @synthesize alertOkAction=_alertOkAction;
@property(readonly, nonatomic) APayProcessor *processor; // @synthesize processor=_processor;
@property(readonly, nonatomic) APayRoute *route; // @synthesize route=_route;
@property(copy, nonatomic) CDUnknownBlockType completionBlock; // @synthesize completionBlock=_completionBlock;
@property(copy, nonatomic) NSString *executingOrderStr; // @synthesize executingOrderStr=_executingOrderStr;
@property(copy, nonatomic) NSString *schemeStr; // @synthesize schemeStr=_schemeStr;
- (void).cxx_destruct;
- (void)alertView:(id)arg1 clickedButtonAtIndex:(long long)arg2;
- (void)cleanInfoWhenGoPortal;
- (void)cleanData;
- (void)processResultUrl:(id)arg1 callback:(CDUnknownBlockType)arg2;
- (void)processAuth_V2Result:(id)arg1 standbyCallback:(CDUnknownBlockType)arg2;
- (void)auth_V2WithInfo:(id)arg1 fromScheme:(id)arg2 callback:(CDUnknownBlockType)arg3;
- (void)authWithInfo:(id)arg1 callback:(CDUnknownBlockType)arg2;
- (id)currentVersion;
- (_Bool)isLogined;
- (id)dictionaryFromRegular:(id)arg1 pattern:(id)arg2;
- (void)processAuthResult:(id)arg1 standbyCallback:(CDUnknownBlockType)arg2;
- (void)processOrderWithPaymentResult:(id)arg1 standbyCallback:(CDUnknownBlockType)arg2;
- (void)callbackWithResult:(id)arg1;
- (void)setUrl:(id)arg1;
- (long long)routeTypeWithConfig:(id)arg1;
- (void)payOrder:(id)arg1 fromScheme:(id)arg2 callback:(CDUnknownBlockType)arg3;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end