-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathABActionResult.h
34 lines (28 loc) · 943 Bytes
/
ABActionResult.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
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSObject.h>
@class NSMutableArray;
@interface ABActionResult : NSObject
{
_Bool _td;
long long _at;
long long _r;
unsigned long long _bt;
unsigned long long _et;
NSMutableArray *_is;
NSMutableArray *_ms;
}
@property(retain, nonatomic) NSMutableArray *ms; // @synthesize ms=_ms;
@property(retain, nonatomic) NSMutableArray *is; // @synthesize is=_is;
@property(nonatomic) _Bool td; // @synthesize td=_td;
@property(nonatomic) unsigned long long et; // @synthesize et=_et;
@property(nonatomic) unsigned long long bt; // @synthesize bt=_bt;
@property(nonatomic) long long r; // @synthesize r=_r;
@property(nonatomic) long long at; // @synthesize at=_at;
- (void).cxx_destruct;
- (id)toDict;
- (id)init;
@end