Skip to content

Commit

Permalink
restore unused but public func
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceqin-stripe committed Oct 14, 2024
1 parent 503564e commit 575b43a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ import UIKit
_ = additionalInfoSet.insert(info)
}

public func clearAdditionalInfo() {
additionalInfoSet.removeAll()
}

public static var isSimulatorOrTest: Bool {
#if targetEnvironment(simulator)
return true
Expand Down

0 comments on commit 575b43a

Please sign in to comment.