]> git.saurik.com Git - iphone-api.git/blame - ChatKit/CKEntryField-Protocol.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / CKEntryField-Protocol.h
CommitLineData
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@protocol CKEntryField
8- (void)setEntryFieldDelegate:(id)fp8;
9- (id)entryFieldDelegate;
10- (void)clearMessage;
11- (BOOL)hasContent;
12- (id)attachments;
13- (void)setMessageComposition:(id)fp8;
14- (id)messageComposition;
15- (void)setMessageParts:(id)fp8;
16- (id)messageParts;
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;
27- (void)makeActive;
28- (BOOL)isActive;
29- (void)disableEditing;
30- (void)setIgnoreAnimations:(BOOL)fp8;
31- (id)subject;
32- (void)setSubject:(id)fp8;
33- (void)setContentHidden:(BOOL)fp8 subjectHidden:(BOOL)fp12;
34- (void)loadSubviews;
35@end
36