00001
00002
00003
00004
00005
00006
00007 #import <AddressBookUI/ABCardTableController.h>
00008
00009 @interface ABVCardTableController : ABCardTableController
00010 {
00011 int _groupCount;
00012 BOOL _showAddActions;
00013 }
00014
00015 - (void)setShowsAddActions:(BOOL)fp8;
00016 - (BOOL)hasAddActions;
00017 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
00018 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
00019 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
00020 - (void)tableSelectionDidChange:(id)fp8;
00021 - (BOOL)shouldShowRingtoneCellWhenEditing:(BOOL)fp8;
00022
00023 @end
00024