]>
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 "UIViewController.h" | |
8 | ||
9 | @interface ABPersonViewController : UIViewController | |
10 | { | |
11 | id <ABPersonViewControllerDelegate> _personViewDelegate; | |
12 | BOOL _allowsActions; | |
13 | BOOL _allowsDeletion; | |
14 | BOOL _animatedRight; | |
15 | struct __CFArray *_displayedProperties; | |
16 | id _personView; | |
17 | id _helper; | |
18 | } | |
19 | ||
20 | + (id)arrayByWrappingIntegersInCFArray:(struct __CFArray *)fp8; | |
21 | + (struct __CFArray *)createCFArrayByUnwrappingIntegersInArray:(id)fp8; | |
22 | - (id)init; | |
23 | - (void)dealloc; | |
24 | - (BOOL)allowsEditing; | |
25 | - (void)setAllowsEditing:(BOOL)fp8; | |
26 | - (BOOL)allowsCancel; | |
27 | - (void)setAllowsCancel:(BOOL)fp8; | |
28 | - (id)personViewDelegate; | |
29 | - (void)setPersonViewDelegate:(id)fp8; | |
30 | - (void *)addressBook; | |
31 | - (void)setAddressBook:(void *)fp8; | |
32 | - (void *)displayedPerson; | |
33 | - (void)setDisplayedPerson:(void *)fp8; | |
34 | - (id)displayedProperties; | |
35 | - (void)setDisplayedProperties:(id)fp8; | |
36 | - (void)setDisplayedPropertiesAsIntegers:(struct __CFArray *)fp8; | |
37 | - (void)setHighlightedItemForProperty:(int)fp8 withIdentifier:(int)fp12; | |
38 | - (void)setHighlightedItemForProperty:(int)fp8 withIdentifier:(int)fp12 important:(BOOL)fp16; | |
39 | - (id)model; | |
40 | - (void)setModel:(id)fp8; | |
41 | - (void)modelDatabaseChange:(id)fp8; | |
42 | - (void)loadView; | |
43 | - (void)viewWillAppear:(BOOL)fp8; | |
44 | - (BOOL)canHandleSnapbackIdentifier:(id)fp8 animated:(BOOL)fp12; | |
45 | - (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12; | |
46 | - (void)cardViewer:(id)fp8 selectedPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20; | |
47 | - (void)cardViewer:(id)fp8 presentActionsSheet:(id)fp12; | |
48 | - (void)cardViewer:(id)fp8 dismissActionsSheet:(id)fp12; | |
49 | - (BOOL)allowsActions; | |
50 | - (void)setAllowsActions:(BOOL)fp8; | |
51 | - (BOOL)allowsDeletion; | |
52 | - (void)setAllowsDeletion:(BOOL)fp8; | |
53 | ||
54 | @end | |
55 |