Skip to content

Commit 5447cd5

Browse files
committed
Make class public
1 parent b7e96f9 commit 5447cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
3030
/// It also handles all metadata. This class is not thread safe and does not
3131
/// inherently allow for synchronized access. Callers are responsible for synchronization
3232
/// (currently using serial dispatch queues).
33-
@objc(RCNConfigSettings) open class ConfigSettings: NSObject {
33+
@objc(RCNConfigSettings) public class ConfigSettings: NSObject {
3434
// MARK: - Private Properties
3535

3636
/// A list of successful fetch timestamps in seconds.

0 commit comments

Comments
 (0)