/headers/AddressBookUI/ABVCardPersonValueSetter.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/ABVCardValueSetter.h>
00008 
00009 @interface ABVCardPersonValueSetter : ABVCardValueSetter
00010 {
00011     struct CPRecord *_person;
00012     struct __CFArray *_properties;
00013 }
00014 
00015 + (struct __CFArray *)supportedProperties;
00016 - (id)initWithPerson:(struct CPRecord *)fp8;
00017 - (struct __CFArray *)foundProperties;
00018 - (void)dealloc;
00019 - (BOOL)setValue:(void *)fp8 forProperty:(unsigned short)fp12;
00020 - (void *)valueForProperty:(unsigned short)fp8;
00021 - (BOOL)setImageData:(id)fp8;
00022 - (id)fullName;
00023 - (void)setValueInTemporaryCache:(id)fp8 forProperty:(unsigned short)fp12;
00024 
00025 @end
00026