浏览代码

GoogleSignInAuthenticator is no longer Observable.

Peter Andrews 3 年之前
父节点
当前提交
707db4d570
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Samples/Swift/DaysUntilBirthday/Shared/Services/GoogleSignInAuthenticator.swift

+ 1 - 1
Samples/Swift/DaysUntilBirthday/Shared/Services/GoogleSignInAuthenticator.swift

@@ -22,7 +22,7 @@ import UIKit
 import AppKit
 #endif
 
-/// An observable class for authenticating via Google.
+/// A class for authenticating via Google.
 final class GoogleSignInAuthenticator {
   private var authViewModel: AuthenticationViewModel