Commit | Line | Data |
---|---|---|
c58d80b0 JF |
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 "UI9PartImageView.h" | |
8 | ||
9 | #import "UIScrollViewDelegate-Protocol.h" | |
10 | ||
11 | @class CKContentEntryView, UIThreePartButton; | |
12 | ||
13 | @interface CKMessageEntryView : UI9PartImageView <UIScrollViewDelegate> | |
14 | { | |
15 | CKContentEntryView *_contentField; | |
16 | UI9PartImageView *_balloonFGView; | |
17 | UI9PartImageView *_balloonBGView; | |
18 | UI9PartImageView *_balloonBGSendingView; | |
19 | UIThreePartButton *_sendButton; | |
20 | struct CGRect _finalFrame; | |
21 | BOOL _isAnimating; | |
22 | BOOL _textFieldLoaded; | |
23 | id _delegate; | |
24 | } | |
25 | ||
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; | |
33 | - (void)dealloc; | |
34 | - (void)send:(id)fp8; | |
35 | - (id)entryField; | |
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; | |
45 | - (id)delegate; | |
46 | - (void)setDelegate:(id)fp8; | |
47 | ||
48 | @end | |
49 |