00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "UIView.h" 00008 00009 @class ABEditorController, UIDatePicker, UIKeyboard, UIScroller; 00010 00011 @interface ABCardEditingLayer : UIView 00012 { 00013 ABEditorController *_editingController; 00014 UIScroller *_scroller; 00015 UIKeyboard *_keyboard; 00016 UIDatePicker *_datePicker; 00017 BOOL _reallyNeedsLayout; 00018 } 00019 00020 - (id)initWithSize:(struct CGSize)fp8; 00021 - (void)setEditingController:(id)fp8; 00022 - (id)updateButtonBarAndKeyboard:(BOOL)fp8 withType:(int)fp12 datePickerDelegate:(id)fp16; 00023 - (void)update; 00024 - (unsigned int)becomeFirstResponder; 00025 - (void)setNeedsLayout; 00026 - (void)layoutSubviews; 00027 - (id)editorModelForLayer:(id)fp8; 00028 - (void)editCountryCodeForItemEditorLayer:(id)fp8; 00029 - (void)editLabelForItemEditorLayer:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16; 00030 - (void)fieldEndedEditing:(id)fp8; 00031 - (void)itemEditorDidRefreshUI:(id)fp8; 00032 - (void)itemFieldTextChanged:(id)fp8; 00033 - (void)drawRect:(struct CGRect)fp8; 00034 00035 @end 00036
1.5.3