X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/ABPropertyEditorViewController.h?ds=sidebyside diff --git a/AddressBookUI/ABPropertyEditorViewController.h b/AddressBookUI/ABPropertyEditorViewController.h new file mode 100644 index 0000000..d671384 --- /dev/null +++ b/AddressBookUI/ABPropertyEditorViewController.h @@ -0,0 +1,45 @@ +/* + * 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 +