2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface ABPeoplePicker
: UIView
13 ABUIController
*_uiController
;
17 + (unsigned int)sortOrdering
;
18 + (struct __CFArray
*)copyDefaultDisplayedProperties
;
19 + (id
)genericPersonImage
;
21 - (id
)initWithFrame
:(struct CGRect
)fp8 addressBook
:(void *)fp24
;
22 - (id
)initWithFrame
:(struct CGRect
)fp8
;
23 - (id
)initAsAddressBookWithFrame
:(struct CGRect
)fp8 addressBook
:(void *)fp24
;
24 - (id
)initAsAddressBookWithFrame
:(struct CGRect
)fp8
;
26 - (void)setDelegate
:(id
)fp8
;
28 - (void)setValue
:(id
)fp8
;
29 - (void)setBehavior
:(int)fp8
;
30 - (void)restoreDefaultState
;
34 - (void)setDisplayedProperties
:(struct __CFArray
*)fp8
;
35 - (struct __CFArray
*)displayedProperties
;
36 - (void)setPrompt
:(id
)fp8
;
37 - (void)setRightButtonTitle
:(id
)fp8
;
38 - (void)setDisplayedPerson
:(void *)fp8
;
39 - (void *)displayedPerson
;
40 - (BOOL
)isDisplayingPerson
;
41 - (BOOL
)isDisplayingMembers
;
42 - (void *)displayedGroup
;
43 - (void)scrollPersonToView
:(void *)fp8
;
44 - (void)displayScrollerIndicators
;
45 - (void)setBannerTitle
:(id
)fp8 value
:(id
)fp12
;
47 - (void)setAllowsCancel
:(BOOL
)fp8
;
49 - (void)setAllowsOtherValue
:(BOOL
)fp8
;
50 - (BOOL
)allowsOtherValue
;
51 - (void)setAllowsCardEditing
:(BOOL
)fp8
;
52 - (BOOL
)allowsCardEditing
;
53 - (void)setAllowsOtherValue
:(int)fp8 cancel
:(int)fp12 editing
:(int)fp16
;
54 - (void)setAllowsActions
:(BOOL
)fp8
;
55 - (BOOL
)performDefaultActionForPerson
:(void *)fp8 property
:(int)fp12 identifier
:(int)fp16
;
56 - (id
)itemViewForPerson
:(void *)fp8 property
:(int)fp12 identifier
:(int)fp16
;
57 - (id
)memberCellForSelectedPerson
;