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 "UIViewController.h"
9 @
class ABEditorController
, NSArray
, UINavigationButton
;
11 @interface ABPropertyEditorViewController
: UIViewController
13 NSArray
*_editorItems
;
14 ABEditorController
*_editorController
;
18 UINavigationButton
*_saveButton
;
23 - (id
)initWithEditorItems
:(id
)fp8 containNameParts
:(BOOL
)fp12 isNew
:(BOOL
)fp16 title
:(id
)fp20 addressBook
:(void *)fp24
;
25 - (void)setDelegate
:(id
)fp8
;
26 - (id
)editorController
;
27 - (struct CGSize
)fullScreenContentSize
;
28 - (void)editingFieldChanged
;
29 - (void)setInsertionValue
:(id
)fp8
;
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
;
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
;