Skip to content

Commit 8568528

Browse files
yakovmanshinpaulb777
authored andcommitted
[#9275] Added Swift Name to kFirebaseInstallationsErrorDomain (#9395)
1 parent 220a20f commit 8568528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
#import "FBLPromises.h"
2525
#endif
2626

27-
NSString *const kFirebaseInstallationsErrorDomain = @"com.firebase.installations";
27+
NSString *const kFirebaseInstallationsErrorDomain NS_SWIFT_NAME(InstallationsErrorDomain) =
28+
@"com.firebase.installations";
2829

2930
void FIRInstallationsItemSetErrorToPointer(NSError *error, NSError **pointer) {
3031
if (pointer != NULL) {

0 commit comments

Comments
 (0)