From d7316f70dc4825e75cecd47740c0541248aa9641 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 13 Apr 2018 14:12:16 -0700 Subject: Adding comment to downloadURLFromMetadataDictionary --- Firebase/Storage/Private/FIRStorageGetDownloadURLTask_Private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Firebase/Storage') diff --git a/Firebase/Storage/Private/FIRStorageGetDownloadURLTask_Private.h b/Firebase/Storage/Private/FIRStorageGetDownloadURLTask_Private.h index ac5fd80..0da04a4 100644 --- a/Firebase/Storage/Private/FIRStorageGetDownloadURLTask_Private.h +++ b/Firebase/Storage/Private/FIRStorageGetDownloadURLTask_Private.h @@ -23,7 +23,8 @@ NS_ASSUME_NONNULL_BEGIN */ @interface FIRStorageGetDownloadURLTask () -+ (NSURL *)downloadURLFromMetadataDictionary:(NSDictionary *)dictionary; +/** Extracts a download URL from the StorageMetadata dictonary representation. */ ++ (nullable NSURL *)downloadURLFromMetadataDictionary:(NSDictionary *)dictionary; @end -- cgit v1.2.3