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 b7e96f9 commit 5447cd5Copy full SHA for 5447cd5
FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift
@@ -30,7 +30,7 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
30
/// It also handles all metadata. This class is not thread safe and does not
31
/// inherently allow for synchronized access. Callers are responsible for synchronization
32
/// (currently using serial dispatch queues).
33
-@objc(RCNConfigSettings) open class ConfigSettings: NSObject {
+@objc(RCNConfigSettings) public class ConfigSettings: NSObject {
34
// MARK: - Private Properties
35
36
/// A list of successful fetch timestamps in seconds.
0 commit comments