]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @class NSArray; | |
10 | ||
11 | @interface ABModelRecord : NSObject | |
12 | { | |
13 | void *_record; | |
14 | int _highlightIndex; | |
15 | BOOL _isGroup; | |
16 | NSArray *_namePieces; | |
17 | } | |
18 | ||
19 | - (id)initWithRecord:(void *)fp8 highlightIndex:(long)fp12 group:(BOOL)fp16 namePieces:(id)fp20; | |
20 | - (void)dealloc; | |
21 | - (void *)record; | |
22 | - (long)highlightIndex; | |
23 | - (BOOL)isGroup; | |
24 | - (id)namePieces; | |
25 | ||
26 | @end | |
27 |