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 "UIScrollView.h"
9 #import "CKContentEntryBridgeClient-Protocol.h"
10 #import "CKEntryField-Protocol.h"
11 #import "UITextContentViewDelegate-Protocol.h"
13 @
class CKContentEntryBridge
, CKTextContentView
, NSMutableArray
, UIView
;
15 @interface CKContentEntryView
: UIScrollView
<CKEntryField
, UITextContentViewDelegate
, CKContentEntryBridgeClient
>
17 NSMutableArray
*_contentViews
;
18 CKTextContentView
*_subjectView
;
19 CKTextContentView
*_activeView
;
21 CKContentEntryBridge
*_bridge
;
22 unsigned int _showsSubject
:1;
23 unsigned int _viewsLoaded
:1;
24 id _entryFieldDelegate
;
25 BOOL _needsScrollToVisible
;
28 - (id
)initWithFrame
:(struct CGRect
)fp8
;
30 - (void)removeFromSuperview
;
31 - (void)setContentOffset
:(struct CGPoint
)fp8
;
32 - (void)_scrollViewAnimationEnded
;
33 - (void)updateCandidateDisplay
;
34 - (void)setFrame
:(struct CGRect
)fp8
;
35 - (void)scrollSelectionToVisible
:(BOOL
)fp8
;
36 - (struct CGRect
)contentEntryFrame
:(BOOL
)fp8
;
38 - (void)setShowsSubject
:(BOOL
)fp8
;
39 - (void)showSubjectLinesAndDefaultText
:(BOOL
)fp8
;
40 - (void)tapGesture
:(id
)fp8
;
41 - (void)resetKeyboardDelegate
:(id
)fp8
;
42 - (BOOL
)textContentView
:(id
)fp8 shouldChangeTextInRange
:(struct _NSRange
)fp12 replacementText
:(id
)fp20
;
43 - (void)textContentViewDidChange
:(id
)fp8
;
44 - (BOOL
)textContentViewShouldBeginEditing
:(id
)fp8
;
45 - (void)textContentViewDidBeginEditing
:(id
)fp8
;
46 - (BOOL
)textContentViewShouldEndEditing
:(id
)fp8
;
47 - (BOOL
)textContentView
:(id
)fp8 shouldChangeSizeForContentSize
:(struct CGSize
)fp12
;
48 - (void)textContentView
:(id
)fp8 didChangeSize
:(struct CGSize
)fp12
;
49 - (id
)supportedPasteboardTypesInTextContentView
:(id
)fp8
;
50 - (id
)documentFragmentForPasteboardItemAtIndex
:(int)fp8 inTextContentView
:(id
)fp12
;
51 - (void)attachmentsDidChange
;
52 - (void)reflowContent
;
53 - (void)setContentHidden
:(BOOL
)fp8 subjectHidden
:(BOOL
)fp12
;
54 - (void)setEntryFieldDelegate
:(id
)fp8
;
55 - (id
)entryFieldDelegate
;
58 - (void)setMessageComposition
:(id
)fp8
;
59 - (id
)messageComposition
;
60 - (void)setMessageParts
:(id
)fp8
;
62 - (void)insertMessagePart
:(id
)fp8
;
63 - (void)moveCursorToEnd
;
64 - (void)setCursorPosition
:(int)fp8
;
65 - (int)cursorPosition
;
66 - (int)lastCursorPosition
;
67 - (void)saveCursorPosition
;
68 - (void)restoreCursorPosition
;
71 - (void)disableEditing
;
72 - (void)setIgnoreAnimations
:(BOOL
)fp8
;
74 - (void)setSubject
:(id
)fp8
;
77 - (void)setContentOffset
:(struct CGPoint
)fp8 animated
:(BOOL
)fp16
;
78 - (void)_addContentView
:(id
)fp8
;
79 - (void)_reloadEntryViewsIfLoaded
;
80 - (void)_removeContentView
:(id
)fp8
;
81 - (void)_loadEntryViews
;
82 - (void)_adjustAllContent
;
83 - (void)_setupGestureRecognizers
;
84 - (BOOL
)canPasteObject
:(id
)fp8
;