]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABSimplePropertyGroup.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABSimplePropertyGroup.h
CommitLineData
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@class NSString;
10
11@interface ABSimplePropertyGroup : ABPropertyGroup
12{
13 id _value;
14 NSString *_label;
15}
16
17- (id)initWithProperty:(int)fp8 value:(id)fp12 label:(id)fp16;
18- (void)dealloc;
19- (int)property;
20- (void *)record;
21- (id)actionsControllerPreparedWithValueAtIndex:(int)fp8;
22- (void)prepareActionsController:(id)fp8 withValueAtIndex:(int)fp12;
23- (unsigned int)propertyCount;
24- (BOOL)isMultiValueProperty;
25- (id)copyStringValueAtIndex:(int)fp8;
26- (id)copyLabelAtIndex:(int)fp8;
27- (int)identifierAtIndex:(int)fp8;
28- (int)indexOfIdentifier:(int)fp8;
29- (void)deleteItemAtIndex:(int)fp8;
30
31@end
32