2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "ISNetworkMonitor-Protocol.h"
11 @
class ISDownloadQueue
, ISImageCache
, NSMutableDictionary
;
13 @interface SBDownloadController
: NSObject
<ISNetworkMonitor
>
15 ISDownloadQueue
*_downloadQueue
;
16 ISImageCache
*_imageCache
;
17 NSMutableDictionary
*_artworkDict
;
18 unsigned int _networkActiveCount
;
25 - (id
)iconImageForDownload
:(id
)fp8
;
26 - (void)_fetchArtworkForDownload
:(id
)fp8
;
27 - (void)downloadQueue
:(id
)fp8 changedWithRemovals
:(id
)fp12 disappearances
:(id
)fp16
;
28 - (void)_showDownloadQueueError
;
29 - (void)downloadQueueError
:(id
)fp8
;
30 - (void)_installationComplete
:(id
)fp8
;
31 - (void)downloadQueue
:(id
)fp8 downloadStateChanged
:(id
)fp12
;
33 - (id
)currentDownloads
;
34 - (void)_setImage
:(struct CGImage
*)fp8 forURL
:(id
)fp12
;
35 - (void)imageCache
:(id
)fp8 loadedImage
:(struct CGImage
*)fp12 forURL
:(id
)fp16 fetchTag
:(int)fp20
;
36 - (void)storeSetNetworkIsActive
:(BOOL
)fp8
;