-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNFTransactionEndEvent.h
43 lines (37 loc) · 1.06 KB
/
NFTransactionEndEvent.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
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/NearField.framework/NearField
*/
@class NSString, NSDecimalNumber, NSData;
@interface NFTransactionEndEvent : NSObject {
unsigned short _command;
unsigned short _status;
unsigned short _result;
unsigned short _informative;
NSString *_aid;
NSString *_transactionId;
NSDecimalNumber *_amount;
NSString *_currency;
NSData *_tlv;
}
@property(readonly) NSString * aid;
@property(readonly) NSString * transactionId;
@property(readonly) unsigned short command;
@property(readonly) unsigned short status;
@property(readonly) unsigned short result;
@property(readonly) unsigned short informative;
@property(readonly) NSDecimalNumber * amount;
@property(readonly) NSString * currency;
@property(readonly) NSData * tlv;
- (unsigned short)informative;
- (id)transactionId;
- (id)aid;
- (id)currency;
- (id)tlv;
- (unsigned short)status;
- (unsigned short)result;
- (id)amount;
- (id)initWithDictionary:(id)arg1;
- (id)description;
- (void)dealloc;
- (unsigned short)command;
@end