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 3d430ac commit b4d81bbCopy full SHA for b4d81bb
FirebaseRemoteConfig/SwiftNew/ConfigExperiment.swift
@@ -15,8 +15,11 @@
15
import FirebaseABTesting
16
import Foundation
17
18
+// TODO(ncooke3): Once everything is ported, the `@objc` and `public` access
19
+// can be removed.
20
+
21
/// Handles experiment information update and persistence.
-@objc(RCNConfigExperiment) public class ConfigExperiment: NSObject {
22
+@objc(RCNConfigExperiment) public final class ConfigExperiment: NSObject {
23
private static let experimentMetadataKeyLastStartTime = "last_experiment_start_time"
24
private static let serviceOrigin = "frc"
25
0 commit comments