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/ABUnknownCardTableController.h> 00008 00009 @class NSMutableArray, NSString; 00010 00011 @interface ABMapsCardTableController : ABUnknownCardTableController 00012 { 00013 NSMutableArray *_mapsPropertyGroups; 00014 BOOL _showAddToBookmarks; 00015 BOOL _showAddToBookmarksFirst; 00016 BOOL _showRemovePin; 00017 NSString *_attribution; 00018 BOOL _enableAttributionClicks; 00019 } 00020 00021 - (id)initWithCardController:(id)fp8; 00022 - (void)dealloc; 00023 - (void)setPersonImage:(id)fp8; 00024 - (void)setValue:(id)fp8 withLabel:(id)fp12 forProperty:(int)fp16; 00025 - (void)setShouldShowAddToBookmarks:(BOOL)fp8; 00026 - (void)setShouldShowAddToBookmarksFirst:(BOOL)fp8; 00027 - (void)setShouldShowRemovePin:(BOOL)fp8; 00028 - (id)propertyGroups; 00029 - (void)setAttributionString:(id)fp8 enable:(BOOL)fp12; 00030 - (int)numberOfGroupsInPreferencesTable:(id)fp8; 00031 - (void)getFirstPropertyGroupIndex:(int *)fp8 directionsGroupIndex:(int *)fp12 addToBookmarksGroupIndex:(int *)fp16 addToAddressBookGroupIndex:(int *)fp20 removePinGroupIndex:(int *)fp24 attributionGroupIndex:(int *)fp28; 00032 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; 00033 - (id)createAttributionCellWithTableSize:(struct CGSize)fp8; 00034 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; 00035 - (void)tableSelectionDidChange:(id)fp8; 00036 00037 @end 00038
1.5.3