]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBDownloadController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBDownloadController.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 #import "ISNetworkMonitor-Protocol.h"
10
11 @class ISDownloadQueue, ISImageCache, NSMutableDictionary;
12
13 @interface SBDownloadController : NSObject <ISNetworkMonitor>
14 {
15 ISDownloadQueue *_downloadQueue;
16 ISImageCache *_imageCache;
17 NSMutableDictionary *_artworkDict;
18 unsigned int _networkActiveCount;
19 }
20
21 + (id)sharedInstance;
22 - (id)init;
23 - (void)dealloc;
24 - (void)setupQueue;
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;
32 - (BOOL)checkQueue;
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;
37
38 @end
39