/headers/AddressBookUI/ABSimplePropertyGroup.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <AddressBookUI/ABPropertyGroup.h>
00008 
00009 @class NSString;
00010 
00011 @interface ABSimplePropertyGroup : ABPropertyGroup
00012 {
00013     id _value;
00014     NSString *_label;
00015 }
00016 
00017 - (id)initWithProperty:(int)fp8 value:(id)fp12 label:(id)fp16;
00018 - (void)dealloc;
00019 - (int)property;
00020 - (struct CPRecord *)record;
00021 - (id)actionsControllerPreparedWithValueAtIndex:(int)fp8;
00022 - (void)prepareActionsController:(id)fp8 withValueAtIndex:(int)fp12;
00023 - (unsigned int)propertyCount;
00024 - (BOOL)isMultiValueProperty;
00025 - (id)copyStringValueAtIndex:(int)fp8;
00026 - (id)copyLabelAtIndex:(int)fp8;
00027 - (int)identifierAtIndex:(int)fp8;
00028 - (int)indexOfIdentifier:(int)fp8;
00029 - (void)deleteItemAtIndex:(int)fp8;
00030 
00031 @end
00032