TNSafetyIntervalType

@objc
public enum TNSafetyIntervalType : Int, Codable

Undocumented

  • day

    Undocumented

    Declaration

    Swift

    case day = 1
  • Undocumented

    Declaration

    Swift

    case week = 7
  • Undocumented

    Declaration

    Swift

    public var name: String { get }
  • Declaration

    Swift

    public init(from decoder: Decoder) throws