]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABPeoplePickerNavigationController.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABPeoplePickerNavigationController.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 "UINavigationController.h"
8
9 @class ABModel, NSString;
10
11 @interface ABPeoplePickerNavigationController : UINavigationController
12 {
13 void *_addressBook;
14 id _peoplePickerDelegate;
15 ABModel *_model;
16 int _behavior;
17 struct __CFArray *_displayedProperties;
18 NSString *_prompt;
19 id _insertionValue;
20 int _insertionProperty;
21 struct {
22 unsigned int allowsEditing:1;
23 unsigned int allowsCancel:1;
24 unsigned int allowsActions:1;
25 } _flags;
26 }
27
28 - (id)initAsAddressBook:(BOOL)fp8;
29 - (id)init;
30 - (void)dealloc;
31 - (void)setBehavior:(int)fp8;
32 - (int)behavior;
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;
40 - (BOOL)allowsCancel;
41 - (BOOL)allowsActions;
42 - (void)setPrompt:(id)fp8;
43 - (id)prompt;
44 - (void)setInsertionValue:(id)fp8 property:(int)fp12;
45 - (id)insertionValue;
46 - (int)insertionProperty;
47 - (void)saveState;
48 - (id)model;
49 - (BOOL)shouldShowGroups;
50 - (void)_performCancel:(id)fp8;
51 - (void)_updateViewControllerNavigationButtons;
52 - (id)peoplePickerDelegate;
53 - (void)setPeoplePickerDelegate:(id)fp8;
54
55 @end
56