Skip to content

Commit b4d81bb

Browse files
committed
Add TODO and mark class as final
1 parent 3d430ac commit b4d81bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigExperiment.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
import FirebaseABTesting
1616
import Foundation
1717

18+
// TODO(ncooke3): Once everything is ported, the `@objc` and `public` access
19+
// can be removed.
20+
1821
/// Handles experiment information update and persistence.
19-
@objc(RCNConfigExperiment) public class ConfigExperiment: NSObject {
22+
@objc(RCNConfigExperiment) public final class ConfigExperiment: NSObject {
2023
private static let experimentMetadataKeyLastStartTime = "last_experiment_start_time"
2124
private static let serviceOrigin = "frc"
2225

0 commit comments

Comments
 (0)