Skip to content

Commit

Permalink
Add TODO and mark class as final
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 3, 2024
1 parent 3d430ac commit b4d81bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion FirebaseRemoteConfig/SwiftNew/ConfigExperiment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
import FirebaseABTesting
import Foundation

// TODO(ncooke3): Once everything is ported, the `@objc` and `public` access
// can be removed.

/// Handles experiment information update and persistence.
@objc(RCNConfigExperiment) public class ConfigExperiment: NSObject {
@objc(RCNConfigExperiment) public final class ConfigExperiment: NSObject {
private static let experimentMetadataKeyLastStartTime = "last_experiment_start_time"
private static let serviceOrigin = "frc"

Expand Down

0 comments on commit b4d81bb

Please sign in to comment.