/headers/AddressBookUI/ABVCardViewer.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/ABCardViewer.h>
00008 
00009 @interface ABVCardViewer : ABCardViewer
00010 {
00011     id _vCardViewerDelegate;
00012     BOOL _addedToAddressBook;
00013     struct __CFArray *_properties;
00014 }
00015 
00016 + (void)mergeVCardRecord:(struct CPRecord *)fp8 properties:(struct __CFArray *)fp12 intoPerson:(struct CPRecord *)fp16;
00017 + (id)createCardTableControllerWithCardController:(id)fp8;
00018 - (id)cardTableController;
00019 - (void)setShowsAddActions:(BOOL)fp8;
00020 - (void)setVCardViewerDelegate:(id)fp8;
00021 - (void)presentPickerUI:(id)fp8;
00022 - (void)dealloc;
00023 - (void)setDisplayedPerson:(struct CPRecord *)fp8 withProperties:(struct __CFArray *)fp12;
00024 - (void)addNewContactButtonClicked:(id)fp8;
00025 - (void)addToExistingContactButtonClicked:(id)fp8;
00026 - (void)didEndPickingUI:(id)fp8 didResolveToPerson:(struct CPRecord *)fp12 endSession:(BOOL)fp16;
00027 - (void)peoplePickerDidEndPicking:(id)fp8;
00028 - (void)peoplePicker:(id)fp8 displayedPerson:(struct CPRecord *)fp12;
00029 
00030 @end
00031