aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Functions/FirebaseFunctions/Public/FIRError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/FirebaseFunctions/Public/FIRError.h b/Functions/FirebaseFunctions/Public/FIRError.h
index 3048dee..5037f7b 100644
--- a/Functions/FirebaseFunctions/Public/FIRError.h
+++ b/Functions/FirebaseFunctions/Public/FIRError.h
@@ -86,6 +86,6 @@ typedef NS_ENUM(NSInteger, FIRFunctionsErrorCode) {
FIRFunctionsErrorCodeDataLoss = 15,
/** The request does not have valid authentication credentials for the operation. */
FIRFunctionsErrorCodeUnauthenticated = 16,
-};
+} NS_SWIFT_NAME(FunctionsErrorCode);
NS_ASSUME_NONNULL_END