]>
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 "UITextContentView.h" | |
8 | ||
9 | @class UILabel; | |
10 | ||
11 | @interface CKTextContentView : UITextContentView | |
12 | { | |
13 | UILabel *_defaultTextView; | |
14 | } | |
15 | ||
16 | + (float)singleLineTextHeight; | |
17 | - (id)initWithFrame:(struct CGRect)fp8; | |
18 | - (void)dealloc; | |
19 | - (void)setDefaultText:(id)fp8; | |
20 | - (void)setText:(id)fp8; | |
21 | - (BOOL)hasImages; | |
22 | - (BOOL)keyboardInputChanged:(id)fp8; | |
23 | - (void)hideDefaultText:(BOOL)fp8; | |
24 | - (id)automaticallySelectedOverlay; | |
25 | - (void)scrollRectToVisible:(struct CGRect)fp8 animated:(BOOL)fp24; | |
26 | - (void)_adjustForSingleLineHeightIfNecessary; | |
27 | - (void)reflow; | |
28 | - (void)_updateDefaultText; | |
29 | ||
30 | @end | |
31 |