]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABCardEditingLayer.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABCardEditingLayer.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 "UIView.h"
8
9 @class ABEditorController, UIDatePicker, UIKeyboard, UIScroller;
10
11 @interface ABCardEditingLayer : UIView
12 {
13 ABEditorController *_editingController;
14 UIScroller *_scroller;
15 UIKeyboard *_keyboard;
16 UIDatePicker *_datePicker;
17 BOOL _reallyNeedsLayout;
18 }
19
20 - (id)initWithSize:(struct CGSize)fp8;
21 - (void)setEditingController:(id)fp8;
22 - (id)updateButtonBarAndKeyboard:(BOOL)fp8 withType:(int)fp12 datePickerDelegate:(id)fp16;
23 - (void)update;
24 - (BOOL)becomeFirstResponder;
25 - (void)setNeedsLayout;
26 - (void)layoutSubviews;
27 - (id)editorModelForLayer:(id)fp8;
28 - (void)editCountryCodeForItemEditorLayer:(id)fp8;
29 - (void)editLabelForItemEditorLayer:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16;
30 - (void)fieldEndedEditing:(id)fp8;
31 - (void)itemEditorDidRefreshUI:(id)fp8;
32 - (void)itemFieldTextChanged:(id)fp8;
33 - (void)drawRect:(struct CGRect)fp8;
34
35 @end
36