2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class CKConversation
, CKSendingProgressView
, NSMutableSet
, NSString
, NSTimer
, UIView
;
11 @interface CKTranscriptStatusController
: NSObject
13 UIView
*_multipleRecipientTitleView
;
14 CKSendingProgressView
*_statusView
;
16 CKConversation
*_conversation
;
19 NSTimer
*_progressUpdateTimer
;
20 NSMutableSet
*_currentMessages
;
21 BOOL _updatingProgress
;
28 - (void)setConversation
:(id
)fp8
;
29 - (void)setTitle
:(id
)fp8
;
30 - (void)brieflyShowName
;
33 - (void)_updateTitle
:(BOOL
)fp8
;
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
;
44 - (void)_resetProgress
;
45 - (id
)_generateStatusTitle
;
46 - (float)_generateVal
;
48 - (void)setDelegate
:(id
)fp8
;