]>
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 <AddressBookUI/ABPropertyGroup.h> | |
8 | ||
9 | @interface ABFilteringPropertyGroup : ABPropertyGroup | |
10 | { | |
11 | struct __CFArray *_values; | |
12 | struct __CFArray *_labels; | |
13 | struct __CFArray *_identifiers; | |
14 | } | |
15 | ||
16 | - (id)initWithRecord:(void *)fp8 property:(int)fp12 policy:(void *)fp16 cardController:(id)fp20 filter:(id)fp24; | |
17 | - (void)dealloc; | |
18 | - (unsigned int)propertyCount; | |
19 | - (id)copyStringValueAtIndex:(int)fp8; | |
20 | - (id)copyLabelAtIndex:(int)fp8; | |
21 | ||
22 | @end | |
23 |