~rockstar/ubuntuone-ios-music/airplay-support

« back to all changes in this revision

Viewing changes to utilities/operations/AlbumArtLoader.h

  • Committer: Tarmac
  • Author(s): Paul Hummer
  • Date: 2012-09-21 01:22:10 UTC
  • mfrom: (233.1.25 sort-sso)
  • Revision ID: tarmac-20120921012210-mbflcb9482ec381w
[r=urbanape] Add dependency on UbuntuOneAuthKit

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
@interface AlbumArtLoader : NSObject <AlbumArtDownloadOperationDelegate>
31
31
{
32
 
        id<AlbumArtLoaderDelegate> delegate;
33
 
        int imageSize;
34
32
        NSMutableSet *downloadedURLs;
35
33
        NSMutableDictionary *downloadCache;
36
34
        NSOperationQueue *downloadQueue;