aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AuthSamples/SwiftSample/ViewController.swift2
-rw-r--r--Firebase/Auth/Source/Public/FIRAuthUIDelegate.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/AuthSamples/SwiftSample/ViewController.swift b/AuthSamples/SwiftSample/ViewController.swift
index e90b727..a35faeb 100644
--- a/AuthSamples/SwiftSample/ViewController.swift
+++ b/AuthSamples/SwiftSample/ViewController.swift
@@ -19,7 +19,7 @@ import UIKit
import FirebaseCommunity.FirebaseAuth
import GoogleSignIn
-final class ViewController: UIViewController, UITextFieldDelegate, FIRAuthUIDelegate {
+final class ViewController: UIViewController, UITextFieldDelegate, AuthUIDelegate {
/// The profile image for the currently signed-in user.
@IBOutlet weak var profileImage: UIImageView!
diff --git a/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h b/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h
index a8d0549..5fc5dc5 100644
--- a/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h
+++ b/Firebase/Auth/Source/Public/FIRAuthUIDelegate.h
@@ -23,9 +23,9 @@ 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