2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UI9PartImageView.h"
9 #import "UIScrollViewDelegate-Protocol.h"
11 @
class CKContentEntryView
, UIThreePartButton
;
13 @interface CKMessageEntryView
: UI9PartImageView
<UIScrollViewDelegate
>
15 CKContentEntryView
*_contentField
;
16 UI9PartImageView
*_balloonFGView
;
17 UI9PartImageView
*_balloonBGView
;
18 UI9PartImageView
*_balloonBGSendingView
;
19 UIThreePartButton
*_sendButton
;
20 struct CGRect _finalFrame
;
22 BOOL _textFieldLoaded
;
26 + (struct CGRect
)sendButtonFrame
:(struct CGRect
)fp8
;
27 + (struct CGRect
)entryFieldBalloonFrame
:(struct CGRect
)fp8
;
28 + (float)defaultHeight
;
29 + (float)defaultWidthInPortrait
;
30 - (id
)initWithFrame
:(struct CGRect
)fp8
;
31 - (void)showFakeEntryView
:(BOOL
)fp8
;
32 - (void)fadeToSendingState
:(BOOL
)fp8 withDuration
:(float)fp12
;
36 - (struct CGRect
)contentEntryFrame
:(BOOL
)fp8
;
37 - (void)enableSendButton
;
38 - (void)disableSendButton
;
39 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
40 - (struct CGRect
)balloonFrame
;
41 - (void)setIsAnimating
:(BOOL
)fp8
;
42 - (void)setFinalFrame
:(struct CGRect
)fp8
;
43 - (struct CGRect
)finalFrame
;
44 - (BOOL
)ckContentEntryViewContentSizeChanged
:(id
)fp8 height
:(float)fp12 animate
:(BOOL
)fp16
;
46 - (void)setDelegate
:(id
)fp8
;