2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class ABEditorController
, UIDatePicker
, UIKeyboard
, UIScroller
;
11 @interface ABCardEditingLayer
: UIView
13 ABEditorController
*_editingController
;
14 UIScroller
*_scroller
;
15 UIKeyboard
*_keyboard
;
16 UIDatePicker
*_datePicker
;
17 BOOL _reallyNeedsLayout
;
20 - (id
)initWithSize
:(struct CGSize
)fp8
;
21 - (void)setEditingController
:(id
)fp8
;
22 - (id
)updateButtonBarAndKeyboard
:(BOOL
)fp8 withType
:(int)fp12 datePickerDelegate
:(id
)fp16
;
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
;