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 ISDownload
, NSString
, SBDownloadingProgressBar
;
11 @interface SBDownloadingIcon
: SBIcon
14 ISDownload
*_download
;
15 SBDownloadingProgressBar
*_progressView
;
20 + (id
)displayIdentifierForDownload
:(id
)fp8
;
21 - (id
)initWithDisplayIdentifier
:(id
)fp8
;
22 - (id
)initWithDownload
:(id
)fp8
;
24 - (void)setDisplayIdentifier
:(id
)fp8
;
25 - (void)resetIconImage
;
27 - (void)setDisplayedIcon
:(id
)fp8
;
28 - (void)updateDisplayName
;
30 - (id
)displayIdentifier
;
33 - (BOOL
)allowsCloseBox
;
34 - (void)completeUninstall
;
35 - (void)download
:(id
)fp8 encounteredError
:(id
)fp12
;
36 - (void)downloadStatusChanged
:(id
)fp8
;
37 - (void)setDownload
:(id
)fp8
;
41 - (id
)uninstallAlertTitle
;
42 - (id
)uninstallAlertBody
;
43 - (id
)uninstallAlertConfirmTitle
;
44 - (id
)uninstallAlertCancelTitle
;
45 - (void)_showAlertForError
:(id
)fp8
;