We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62785f commit 105d57fCopy full SHA for 105d57f
FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift
@@ -87,11 +87,11 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
87
open var deviceDataVersion: String!
88
89
/// InstallationsID.
90
- /// @note The property is atomic because it is accessed across multiple threads.
+ /// - Note: The property is atomic because it is accessed across multiple threads.
91
@objc public var configInstallationsIdentifier: String!
92
93
/// Installations token.
94
95
@objc public var configInstallationsToken: String!
96
97
/// Bundle Identifier
0 commit comments