aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-19 14:01:06 -0700
committerGravatar GitHub <noreply@github.com>2017-09-19 14:01:06 -0700
commitf42d6d11e4fa9429ffa7d936b7f782f15eb3bb86 (patch)
tree3161d204bf20938c7e0ac421bee04fe3702a0ef5 /Firebase
parent66f3aeda1663e0bdcdd4d46cdd3dba3fdf68b4c3 (diff)
FIxes Swift name for the new protocol. (#289)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/Source/Public/FIRAuthUIDelegate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h b/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h
index ee044dc..5fc5dc5 100644
--- a/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h
+++ b/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h
@@ -24,7 +24,8 @@ NS_ASSUME_NONNULL_BEGIN
/** @protocol FIRAuthUIDelegate
@brief A protocol to handle user interface interactions for Firebase Auth.
*/
-@protocol FIRAuthUIDelegate <NSObject>
+FIR_SWIFT_NAME(AuthUIDelegate)
+@protocol FIRAuthUIDelegate <NSObject>
/** @fn presentViewController:animated:completion:
@brief If implemented, this method will be invoked when Firebase Auth needs to display a view