00001
00002
00003
00004
00005
00006
00007 #import <AddressBookUI/ABUnknownCardViewer.h>
00008
00009 @interface ABMapsCardViewer : ABUnknownCardViewer
00010 {
00011 id _mapsCardViewerDelegate;
00012 }
00013
00014 + (id)createCardTableControllerWithCardController:(id)fp8;
00015 - (id)cardTableController;
00016 - (void)setMapsCardViewerDelegate:(id)fp8;
00017 - (void)setPersonImage:(id)fp8;
00018 - (void)setValue:(id)fp8 withLabel:(id)fp12 forProperty:(int)fp16;
00019 - (void)setShouldShowAddToBookmarks:(BOOL)fp8;
00020 - (void)setShouldShowAddToBookmarksFirst:(BOOL)fp8;
00021 - (void)setShouldShowRemovePin:(BOOL)fp8;
00022 - (void)setAttributionString:(id)fp8;
00023 - (void)addressClicked:(id)fp8;
00024 - (void)addToBookmarksButtonClicked:(id)fp8;
00025 - (void)removePinButtonClicked:(id)fp8;
00026 - (void)directionsToButtonClicked:(id)fp8;
00027 - (void)directionsFromButtonClicked:(id)fp8;
00028 - (void)addNewContactButtonClicked:(id)fp8;
00029 - (void)attributionStringClicked:(id)fp8;
00030 - (BOOL)peoplePicker:(id)fp8 shouldShowCardForPerson:(struct CPRecord *)fp12;
00031 - (void)addToExistingContactButtonClicked:(id)fp8;
00032
00033 @end
00034