]> git.saurik.com Git - iphone-api.git/blobdiff - AddressBookUI/ABMapsCardTableController.h
Adding numerous class dumps.
[iphone-api.git] / AddressBookUI / ABMapsCardTableController.h
diff --git a/AddressBookUI/ABMapsCardTableController.h b/AddressBookUI/ABMapsCardTableController.h
new file mode 100644 (file)
index 0000000..02d84c7
--- /dev/null
@@ -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 <AddressBookUI/ABUnknownCardTableController.h>
+
+@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
+