vds_ios/VDS/Protocols/DefaultValuing.swift
Bandaru, Krishna Kishore 25713cd533 Tilelet Enhancements
2024-03-26 16:54:50 +00: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 }
}