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 "UINavigationController.h"
9 @
class ABModel
, NSString
;
11 @interface ABPeoplePickerNavigationController
: UINavigationController
14 id _peoplePickerDelegate
;
17 struct __CFArray
*_displayedProperties
;
20 int _insertionProperty
;
22 unsigned int allowsEditing
:1;
23 unsigned int allowsCancel
:1;
24 unsigned int allowsActions
:1;
28 - (id
)initAsAddressBook
:(BOOL
)fp8
;
31 - (void)setBehavior
:(int)fp8
;
33 - (void *)addressBook
;
34 - (void)setAddressBook
:(void *)fp8
;
35 - (void)setDisplayedProperties
:(id
)fp8
;
36 - (id
)displayedProperties
;
37 - (void)setAllowsCardEditing
:(BOOL
)fp8
;
38 - (BOOL
)allowsCardEditing
;
39 - (void)setAllowsCancel
:(BOOL
)fp8
;
41 - (BOOL
)allowsActions
;
42 - (void)setPrompt
:(id
)fp8
;
44 - (void)setInsertionValue
:(id
)fp8 property
:(int)fp12
;
46 - (int)insertionProperty
;
49 - (BOOL
)shouldShowGroups
;
50 - (void)_performCancel
:(id
)fp8
;
51 - (void)_updateViewControllerNavigationButtons
;
52 - (id
)peoplePickerDelegate
;
53 - (void)setPeoplePickerDelegate
:(id
)fp8
;