]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABVCardTableController.h
Supporting the latest builds of Cycorder.
[iphone-api.git] / AddressBookUI / ABVCardTableController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <AddressBookUI/ABCardTableController.h>
8
9 @interface ABVCardTableController : ABCardTableController
10 {
11 int _groupCount;
12 BOOL _showAddActions;
13 }
14
15 - (void)setShowsAddActions:(BOOL)fp8;
16 - (BOOL)hasAddActions;
17 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
18 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
19 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
20 - (void)tableSelectionDidChange:(id)fp8;
21 - (BOOL)shouldShowRingtoneCellWhenEditing:(BOOL)fp8;
22
23 @end
24