diff --git a/UIImageView+WebCache.h b/UIImageView+WebCache.h index 34c13ad0..517735f5 100644 --- a/UIImageView+WebCache.h +++ b/UIImageView+WebCache.h @@ -13,6 +13,6 @@ - (void)setImageWithURL:(NSURL *)url; - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder; -- (void)cancelCurrentImageLoading; +- (void)cancelCurrentImageLoad; @end diff --git a/UIImageView+WebCache.m b/UIImageView+WebCache.m index 6f79e5b3..45fc65b7 100644 --- a/UIImageView+WebCache.m +++ b/UIImageView+WebCache.m @@ -46,7 +46,7 @@ } } -- (void)cancelCurrentImageLoading +- (void)cancelCurrentImageLoad { [[SDWebImageManager sharedManager] cancelForDelegate:self]; }