]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABPropertyEditorViewController.h
Supporting the latest builds of Cycorder.
[iphone-api.git] / AddressBookUI / ABPropertyEditorViewController.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 "UIViewController.h"
8
9 @class ABEditorController, NSArray, UINavigationButton;
10
11 @interface ABPropertyEditorViewController : UIViewController
12 {
13 NSArray *_editorItems;
14 ABEditorController *_editorController;
15 id _insertionValue;
16 BOOL _isName;
17 BOOL _isNew;
18 UINavigationButton *_saveButton;
19 id _delegate;
20 void *_addressBook;
21 }
22
23 - (id)initWithEditorItems:(id)fp8 containNameParts:(BOOL)fp12 isNew:(BOOL)fp16 title:(id)fp20 addressBook:(void *)fp24;
24 - (void)dealloc;
25 - (void)setDelegate:(id)fp8;
26 - (id)editorController;
27 - (struct CGSize)fullScreenContentSize;
28 - (void)editingFieldChanged;
29 - (void)setInsertionValue:(id)fp8;
30 - (id)value;
31 - (id)peoplePicker;
32 - (id)cardController;
33 - (void)showCountryCodeEditorForItem:(id)fp8;
34 - (BOOL)shouldDismissCountryPickerViewController:(id)fp8 afterCountrySelected:(id)fp12;
35 - (void)showLabelEditorForItem:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16;
36 - (BOOL)shouldDismissLabelPickerViewController:(id)fp8 afterLabelSelected:(id)fp12;
37 - (void)loadView;
38 - (void)viewWillAppear:(BOOL)fp8;
39 - (void)viewDidAppear:(BOOL)fp8;
40 - (void)_attemptDismissWithSnapbackIdentifier:(id)fp8 afterEditingConfirmed:(BOOL)fp12;
41 - (void)cancelButtonClicked:(id)fp8;
42 - (void)saveButtonClicked:(id)fp8;
43
44 @end
45