]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABPeoplePicker.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABPeoplePicker.h
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 "UIView.h"
8
9 @class ABUIController;
10
11 @interface ABPeoplePicker : UIView
12 {
13 ABUIController *_uiController;
14 id _delegate;
15 }
16
17 + (unsigned int)sortOrdering;
18 + (struct __CFArray *)copyDefaultDisplayedProperties;
19 + (id)genericPersonImage;
20 + (void)preload;
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;
25 - (void)dealloc;
26 - (void)setDelegate:(id)fp8;
27 - (id)delegate;
28 - (void)setValue:(id)fp8;
29 - (void)setBehavior:(int)fp8;
30 - (void)restoreDefaultState;
31 - (void)resume;
32 - (void)suspend;
33 - (BOOL)saveState;
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;
46 - (id)uiController;
47 - (void)setAllowsCancel:(BOOL)fp8;
48 - (BOOL)allowsCancel;
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;
58
59 @end
60