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 "UIViewController.h"
9 @interface ABPersonViewController
: UIViewController
11 id
<ABPersonViewControllerDelegate
> _personViewDelegate
;
15 struct __CFArray
*_displayedProperties
;
20 + (id
)arrayByWrappingIntegersInCFArray
:(struct __CFArray
*)fp8
;
21 + (struct __CFArray
*)createCFArrayByUnwrappingIntegersInArray
:(id
)fp8
;
24 - (BOOL
)allowsEditing
;
25 - (void)setAllowsEditing
:(BOOL
)fp8
;
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
;
40 - (void)setModel
:(id
)fp8
;
41 - (void)modelDatabaseChange
:(id
)fp8
;
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
;