00001
00002
00003
00004
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