00001
00002
00003
00004
00005
00006
00007 #import <AddressBookUI/ABContentController.h>
00008
00009 @class NSMutableArray;
00010
00011 @interface ABEditorController : ABContentController
00012 {
00013 NSMutableArray *_editorItems;
00014 unsigned int _allowsLabels;
00015 }
00016
00017 - (void)dealloc;
00018 - (id)contentView;
00019 - (void)setEditorItems:(id)fp8;
00020 - (id)editorItems;
00021 - (BOOL)editorsNeedAllTheScrollingTheyCanGet;
00022 - (void)cleanUpContentLayer;
00023 - (BOOL)hasChanges:(char *)fp8 commit:(BOOL)fp12 force:(BOOL)fp16;
00024 - (BOOL)hasTextInFields;
00025 - (void)commitChangesAndSave:(BOOL)fp8;
00026 - (void)keyboardAccepted:(id)fp8;
00027 - (void)keyboardCancelled:(id)fp8;
00028 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
00029 - (void)reload;
00030 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
00031
00032 @end
00033