aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage/Public/FIRStorageMetadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Storage/Public/FIRStorageMetadata.h')
-rw-r--r--Firebase/Storage/Public/FIRStorageMetadata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firebase/Storage/Public/FIRStorageMetadata.h b/Firebase/Storage/Public/FIRStorageMetadata.h
index 8d844f7..61d95ca 100644
--- a/Firebase/Storage/Public/FIRStorageMetadata.h
+++ b/Firebase/Storage/Public/FIRStorageMetadata.h
@@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
* @see https://cloud.google.com/storage/docs/json_api/v1/objects#resource
*/
FIR_SWIFT_NAME(StorageMetadata)
-@interface FIRStorageMetadata : NSObject<NSCopying>
+@interface FIRStorageMetadata : NSObject <NSCopying>
/**
* The name of the bucket containing this object.
@@ -118,14 +118,14 @@ FIR_SWIFT_NAME(StorageMetadata)
* Creates an instanece of FIRStorageMetadata from the contents of a dictionary.
* @return An instance of FIRStorageMetadata that represents the contents of a dictionary.
*/
-- (nullable instancetype)initWithDictionary:(NSDictionary <NSString *, id>*)dictionary
+- (nullable instancetype)initWithDictionary:(NSDictionary<NSString *, id> *)dictionary
NS_DESIGNATED_INITIALIZER;
/**
* Creates an NSDictionary from the contents of the metadata.
* @return An NSDictionary that represents the contents of the metadata.
*/
-- (NSDictionary <NSString *, id>*)dictionaryRepresentation;
+- (NSDictionary<NSString *, id> *)dictionaryRepresentation;
/**
* Determines if the current metadata represents a "file".