diff options
author | Xiangtian Dai <xiangtian@google.com> | 2017-09-19 14:01:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 14:01:06 -0700 |
commit | f42d6d11e4fa9429ffa7d936b7f782f15eb3bb86 (patch) | |
tree | 3161d204bf20938c7e0ac421bee04fe3702a0ef5 /Example/Auth | |
parent | 66f3aeda1663e0bdcdd4d46cdd3dba3fdf68b4c3 (diff) |
FIxes Swift name for the new protocol. (#289)
Diffstat (limited to 'Example/Auth')
-rw-r--r-- | Example/Auth/SwiftSample/ViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/SwiftSample/ViewController.swift b/Example/Auth/SwiftSample/ViewController.swift index e90b727..a35faeb 100644 --- a/Example/Auth/SwiftSample/ViewController.swift +++ b/Example/Auth/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! |