X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/ABMapsCardTableController.h?ds=inline diff --git a/AddressBookUI/ABMapsCardTableController.h b/AddressBookUI/ABMapsCardTableController.h new file mode 100644 index 0000000..02d84c7 --- /dev/null +++ b/AddressBookUI/ABMapsCardTableController.h @@ -0,0 +1,38 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@class NSMutableArray, NSString; + +@interface ABMapsCardTableController : ABUnknownCardTableController +{ + NSMutableArray *_mapsPropertyGroups; + BOOL _showAddToBookmarks; + BOOL _showAddToBookmarksFirst; + BOOL _showRemovePin; + NSString *_attribution; + BOOL _enableAttributionClicks; +} + +- (id)initWithCardController:(id)fp8; +- (void)dealloc; +- (void)setPersonImage:(id)fp8; +- (void)setValue:(id)fp8 withLabel:(id)fp12 forProperty:(int)fp16; +- (void)setShouldShowAddToBookmarks:(BOOL)fp8; +- (void)setShouldShowAddToBookmarksFirst:(BOOL)fp8; +- (void)setShouldShowRemovePin:(BOOL)fp8; +- (id)propertyGroups; +- (void)setAttributionString:(id)fp8 enable:(BOOL)fp12; +- (int)numberOfGroupsInPreferencesTable:(id)fp8; +- (void)getFirstPropertyGroupIndex:(int *)fp8 directionsGroupIndex:(int *)fp12 addToBookmarksGroupIndex:(int *)fp16 addToAddressBookGroupIndex:(int *)fp20 removePinGroupIndex:(int *)fp24 attributionGroupIndex:(int *)fp28; +- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; +- (id)createAttributionCellWithTableSize:(struct CGSize)fp8; +- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; +- (void)tableSelectionDidChange:(id)fp8; + +@end +