]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKTranscriptStatusController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKTranscriptStatusController.h
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 "NSObject.h"
8
9 @class CKConversation, CKSendingProgressView, NSMutableSet, NSString, NSTimer, UIView;
10
11 @interface CKTranscriptStatusController : NSObject
12 {
13 UIView *_multipleRecipientTitleView;
14 CKSendingProgressView *_statusView;
15 NSString *_title;
16 CKConversation *_conversation;
17 float _lastVal;
18 NSString *_lastMsg;
19 NSTimer *_progressUpdateTimer;
20 NSMutableSet *_currentMessages;
21 BOOL _updatingProgress;
22 BOOL _viewTitle;
23 BOOL _finishingUp;
24 id _delegate;
25 }
26
27 - (void)dealloc;
28 - (void)setConversation:(id)fp8;
29 - (void)setTitle:(id)fp8;
30 - (void)brieflyShowName;
31 - (void)reset;
32 - (void)refresh;
33 - (void)_updateTitle:(BOOL)fp8;
34 - (void)_hideName;
35 - (id)_statusView;
36 - (void)_updateNavItemTitleView:(BOOL)fp8;
37 - (void)_updateCurrentMessages;
38 - (void)_startUpdatingProgress;
39 - (void)_refreshNavigationItemView;
40 - (void)_refreshNavigationItemViewAnimate:(BOOL)fp8;
41 - (BOOL)_calcVals:(char *)fp8;
42 - (void)_finishProgress;
43 - (id)_title;
44 - (void)_resetProgress;
45 - (id)_generateStatusTitle;
46 - (float)_generateVal;
47 - (id)delegate;
48 - (void)setDelegate:(id)fp8;
49 - (id)title;
50 - (id)conversation;
51
52 @end
53