Skip to content

Commit edc7faa

Browse files
ulukayapaulb777
authored andcommitted
Swift naming StorageVersionString (#560)
1 parent 651e127 commit edc7faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firebase/Storage/Public/FIRStorage.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
NS_ASSUME_NONNULL_BEGIN
2525

2626
/** Project version string for FirebaseStorage. */
27-
FOUNDATION_EXPORT const unsigned char *const FIRStorageVersionString;
27+
FOUNDATION_EXPORT const unsigned char *const FIRStorageVersionString
28+
NS_SWIFT_NAME(StorageVersionString);
2829

2930
/**
3031
* FirebaseStorage is a service that supports uploading and downloading binary objects,

0 commit comments

Comments
 (0)