/headers/AddressBookUI/ABVCardTableController.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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