]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 | @class ABActionsController, NSString; | |
10 | ||
11 | @interface ABUnknownCardTableController : ABCardTableController | |
12 | { | |
13 | struct { | |
14 | unsigned int preventAdd:1; | |
15 | unsigned int preventActions:1; | |
16 | unsigned int reserved:30; | |
17 | } _flags; | |
18 | NSString *_value; | |
19 | int _property; | |
20 | ABActionsController *_actionsController; | |
21 | } | |
22 | ||
23 | - (id)initWithCardController:(id)fp8; | |
24 | - (void)dealloc; | |
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; | |
38 | ||
39 | @end | |
40 |