vds_ios/VDS/Protocols/DefaultValuing.swift
Matt Bruce 317173917f updated enums
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-01 14:46:41 -06:00

13 lines
182 B
Swift

//
// EnumValuing.swift
// VDS
//
// Created by Matt Bruce on 3/1/24.
//
import Foundation
public protocol DefaultValuing: Valuing {
static var defaultValue: Self { get }
}