Skip to content

Commit

Permalink
Exposing the SDWebImageManager from the SDWebImagePrefetcher class. F…
Browse files Browse the repository at this point in the history
…ixes #394
  • Loading branch information
bpoplauschi committed Jun 17, 2014
1 parent 2973aed commit 6c409cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SDWebImage/SDWebImagePrefetcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
*/
@interface SDWebImagePrefetcher : NSObject

/**
* The web image manager
*/
@property (strong, nonatomic, readonly) SDWebImageManager *manager;

/**
* Maximum number of URLs to prefetch at the same time. Defaults to 3.
*/
Expand Down

0 comments on commit 6c409cd

Please sign in to comment.