2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <AddressBookUI/ABUnknownCardTableController.h>
9 @
class NSMutableArray
, NSString
;
11 @interface ABMapsCardTableController
: ABUnknownCardTableController
13 NSMutableArray
*_mapsPropertyGroups
;
14 BOOL _showAddToBookmarks
;
15 BOOL _showAddToBookmarksFirst
;
17 NSString
*_attribution
;
18 BOOL _enableAttributionClicks
;
21 - (id
)initWithCardController
:(id
)fp8
;
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
;
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
;