rename imageNodeDidStartLoading to imageNodeDidStartFetchingData

This commit is contained in:
Garrett Moon
2016-02-12 15:10:58 -08:00
parent cf1e4c87f5
commit 7d80fb31bd
2 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @discussion Called on a background queue.
*/
- (void)imageNodeDidStartLoading:(ASNetworkImageNode *)imageNode;
- (void)imageNodeDidStartFetchingData:(ASNetworkImageNode *)imageNode;
/**
* Notification that the image node failed to download the image.