]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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/ABUnknownCardTableController.h> | |
8 | ||
9 | @class NSMutableArray, NSString; | |
10 | ||
11 | @interface ABMapsCardTableController : ABUnknownCardTableController | |
12 | { | |
13 | NSMutableArray *_mapsPropertyGroups; | |
14 | BOOL _showAddToBookmarks; | |
15 | BOOL _showAddToBookmarksFirst; | |
16 | BOOL _showRemovePin; | |
17 | NSString *_attribution; | |
18 | BOOL _enableAttributionClicks; | |
19 | } | |
20 | ||
21 | - (id)initWithCardController:(id)fp8; | |
22 | - (void)dealloc; | |
23 | - (void)setPersonImage:(id)fp8; | |
24 | - (void)setValue:(id)fp8 withLabel:(id)fp12 forProperty:(int)fp16; | |
25 | - (void)setShouldShowAddToBookmarks:(BOOL)fp8; | |
26 | - (void)setShouldShowAddToBookmarksFirst:(BOOL)fp8; | |
27 | - (void)setShouldShowRemovePin:(BOOL)fp8; | |
28 | - (id)propertyGroups; | |
29 | - (void)setAttributionString:(id)fp8 enable:(BOOL)fp12; | |
30 | - (int)numberOfGroupsInPreferencesTable:(id)fp8; | |
31 | - (void)getFirstPropertyGroupIndex:(int *)fp8 directionsGroupIndex:(int *)fp12 addToBookmarksGroupIndex:(int *)fp16 addToAddressBookGroupIndex:(int *)fp20 removePinGroupIndex:(int *)fp24 attributionGroupIndex:(int *)fp28; | |
32 | - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; | |
33 | - (id)createAttributionCellWithTableSize:(struct CGSize)fp8; | |
34 | - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; | |
35 | - (void)tableSelectionDidChange:(id)fp8; | |
36 | ||
37 | @end | |
38 |