diff --git a/Libraries/Image/RCTImageLoader.h b/Libraries/Image/RCTImageLoader.h index df879c1fb..57a6db76d 100644 --- a/Libraries/Image/RCTImageLoader.h +++ b/Libraries/Image/RCTImageLoader.h @@ -140,7 +140,7 @@ typedef dispatch_block_t RCTImageLoaderCancellationBlock; /** * Allows developers to set their own caching implementation for - * decoded images as long as it conforms to the RCTImageCacheDelegate + * decoded images as long as it conforms to the RCTImageCache * protocol. This method should be called in bridgeDidInitializeModule. */ - (void)setImageCache:(id)cache;