Skip to content

Commit 105d57f

Browse files
committed
Add note comments
1 parent f62785f commit 105d57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
8787
open var deviceDataVersion: String!
8888

8989
/// InstallationsID.
90-
/// @note The property is atomic because it is accessed across multiple threads.
90+
/// - Note: The property is atomic because it is accessed across multiple threads.
9191
@objc public var configInstallationsIdentifier: String!
9292

9393
/// Installations token.
94-
/// @note The property is atomic because it is accessed across multiple threads.
94+
/// - Note: The property is atomic because it is accessed across multiple threads.
9595
@objc public var configInstallationsToken: String!
9696

9797
/// Bundle Identifier

0 commit comments

Comments
 (0)