]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABPropertyGroup.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / ABPropertyGroup.h
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 ABActionsController, ABCardController;
10
11 @interface ABPropertyGroup : NSObject
12 {
13 void *_record;
14 int _property;
15 void *_policy;
16 ABActionsController *_actionsController;
17 ABCardController *_cardController;
18 }
19
20 - (id)initWithRecord:(void *)fp8 property:(int)fp12 policy:(void *)fp16 cardController:(id)fp20;
21 - (void)dealloc;
22 - (int)property;
23 - (void *)record;
24 - (void *)policy;
25 - (BOOL)allowsAdding;
26 - (unsigned int)propertyCount;
27 - (BOOL)isMultiValueProperty;
28 - (id)copyStringValueAtIndex:(int)fp8;
29 - (id)copyLabelAtIndex:(int)fp8;
30 - (int)identifierAtIndex:(int)fp8;
31 - (int)indexOfIdentifier:(int)fp8;
32 - (void)deleteItemAtIndex:(int)fp8;
33 - (id)actionsControllerPreparedWithValueAtIndex:(int)fp8;
34 - (void)prepareActionsController:(id)fp8 withValueAtIndex:(int)fp12;
35
36 @end
37