2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <AddressBookUI/ABCardTableController.h>
9 @
class ABActionsController
, NSString
;
11 @interface ABUnknownCardTableController
: ABCardTableController
14 unsigned int preventAdd
:1;
15 unsigned int preventActions
:1;
16 unsigned int reserved
:30;
20 ABActionsController
*_actionsController
;
23 - (id
)initWithCardController
:(id
)fp8
;
25 - (void)setAllowAddingToAddressBook
:(BOOL
)fp8
;
26 - (void)setAllowActions
:(BOOL
)fp8
;
27 - (void)setDisplayedPerson
:(void *)fp8
;
28 - (void)setUnknownCardStringValue
:(id
)fp8 forContactProperty
:(int)fp12
;
29 - (id
)unknownCardStringValue
;
30 - (int)unknownCardProperty
;
31 - (BOOL
)shouldShowActionButtons
;
32 - (id
)actionsController
;
33 - (int)numberOfGroupsInPreferencesTable
:(id
)fp8
;
34 - (BOOL
)shouldShowAddToExisting
;
35 - (int)preferencesTable
:(id
)fp8 numberOfRowsInGroup
:(int)fp12
;
36 - (id
)preferencesTable
:(id
)fp8 cellForRow
:(int)fp12 inGroup
:(int)fp16
;
37 - (void)tableSelectionDidChange
:(id
)fp8
;