]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABEditorController.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / AddressBookUI / ABEditorController.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 <AddressBookUI/ABContentController.h>
8
9 @class NSMutableArray;
10
11 @interface ABEditorController : ABContentController
12 {
13 NSMutableArray *_editorItems;
14 unsigned int _allowsLabels;
15 }
16
17 - (void)dealloc;
18 - (id)contentView;
19 - (void)setEditorItems:(id)fp8;
20 - (id)editorItems;
21 - (BOOL)editorsNeedAllTheScrollingTheyCanGet;
22 - (void)cleanUpContentLayer;
23 - (BOOL)hasChanges:(char *)fp8 commit:(BOOL)fp12 force:(BOOL)fp16;
24 - (BOOL)hasTextInFields;
25 - (void)commitChangesAndSave:(BOOL)fp8;
26 - (void)keyboardAccepted:(id)fp8;
27 - (void)keyboardCancelled:(id)fp8;
28 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
29 - (void)reload;
30 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
31
32 @end
33