]>
git.saurik.com Git - iphone-api.git/blob - ChatKit/CKEntryField-Protocol.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
8 - (void)setEntryFieldDelegate
:(id
)fp8
;
9 - (id
)entryFieldDelegate
;
13 - (void)setMessageComposition
:(id
)fp8
;
14 - (id
)messageComposition
;
15 - (void)setMessageParts
:(id
)fp8
;
17 - (void)insertMessagePart
:(id
)fp8
;
18 - (struct CGPoint
)contentOffset
;
19 - (struct UIEdgeInsets
)contentInset
;
20 - (void)moveCursorToEnd
;
21 - (void)setCursorPosition
:(int)fp8
;
22 - (void)reflowContent
;
23 - (int)cursorPosition
;
24 - (int)lastCursorPosition
;
25 - (void)saveCursorPosition
;
26 - (void)restoreCursorPosition
;
29 - (void)disableEditing
;
30 - (void)setIgnoreAnimations
:(BOOL
)fp8
;
32 - (void)setSubject
:(id
)fp8
;
33 - (void)setContentHidden
:(BOOL
)fp8 subjectHidden
:(BOOL
)fp12
;