TextDebugSetting

public protocol TextDebugSetting : DebugSetting

DebugSetting that has a textual value.

  • Setting current value.

    Declaration

    Swift

    var value: String { get set }