--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIViewController.h"
+
+@class ABEditorController, NSArray, UINavigationButton;
+
+@interface ABPropertyEditorViewController : UIViewController
+{
+ NSArray *_editorItems;
+ ABEditorController *_editorController;
+ id _insertionValue;
+ BOOL _isName;
+ BOOL _isNew;
+ UINavigationButton *_saveButton;
+ id _delegate;
+ void *_addressBook;
+}
+
+- (id)initWithEditorItems:(id)fp8 containNameParts:(BOOL)fp12 isNew:(BOOL)fp16 title:(id)fp20 addressBook:(void *)fp24;
+- (void)dealloc;
+- (void)setDelegate:(id)fp8;
+- (id)editorController;
+- (struct CGSize)fullScreenContentSize;
+- (void)editingFieldChanged;
+- (void)setInsertionValue:(id)fp8;
+- (id)value;
+- (id)peoplePicker;
+- (id)cardController;
+- (void)showCountryCodeEditorForItem:(id)fp8;
+- (BOOL)shouldDismissCountryPickerViewController:(id)fp8 afterCountrySelected:(id)fp12;
+- (void)showLabelEditorForItem:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16;
+- (BOOL)shouldDismissLabelPickerViewController:(id)fp8 afterLabelSelected:(id)fp12;
+- (void)loadView;
+- (void)viewWillAppear:(BOOL)fp8;
+- (void)viewDidAppear:(BOOL)fp8;
+- (void)_attemptDismissWithSnapbackIdentifier:(id)fp8 afterEditingConfirmed:(BOOL)fp12;
+- (void)cancelButtonClicked:(id)fp8;
+- (void)saveButtonClicked:(id)fp8;
+
+@end
+