--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <AddressBookUI/ABCardTableController.h>
+
+@interface ABVCardTableController : ABCardTableController
+{
+ int _groupCount;
+ BOOL _showAddActions;
+}
+
+- (void)setShowsAddActions:(BOOL)fp8;
+- (BOOL)hasAddActions;
+- (int)numberOfGroupsInPreferencesTable:(id)fp8;
+- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
+- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
+- (void)tableSelectionDidChange:(id)fp8;
+- (BOOL)shouldShowRingtoneCellWhenEditing:(BOOL)fp8;
+
+@end
+