]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABMapsCardViewer.h
Supporting the latest builds of Cycorder.
[iphone-api.git] / AddressBookUI / ABMapsCardViewer.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <AddressBookUI/ABUnknownCardViewer.h>
8
9 @interface ABMapsCardViewer : ABUnknownCardViewer
10 {
11 id _mapsCardViewerDelegate;
12 }
13
14 + (id)createCardTableControllerWithCardController:(id)fp8;
15 - (id)cardTableController;
16 - (void)setMapsCardViewerDelegate:(id)fp8;
17 - (void)setPersonImage:(id)fp8;
18 - (void)setValue:(id)fp8 withLabel:(id)fp12 forProperty:(int)fp16;
19 - (void)setShouldShowAddToBookmarks:(BOOL)fp8;
20 - (void)setShouldShowAddToBookmarksFirst:(BOOL)fp8;
21 - (void)setShouldShowRemovePin:(BOOL)fp8;
22 - (void)setAttributionString:(id)fp8;
23 - (void)addressClicked:(id)fp8;
24 - (void)addToBookmarksButtonClicked:(id)fp8;
25 - (void)removePinButtonClicked:(id)fp8;
26 - (void)directionsToButtonClicked:(id)fp8;
27 - (void)directionsFromButtonClicked:(id)fp8;
28 - (void)addNewContactButtonClicked:(id)fp8;
29 - (void)attributionStringClicked:(id)fp8;
30 - (BOOL)peoplePicker:(id)fp8 shouldShowCardForPerson:(void *)fp12;
31 - (void)addToExistingContactButtonClicked:(id)fp8;
32
33 @end
34