vds_ios/VDS/Protocols/EnumValuing.swift
Matt Bruce 963e31acd3 Adding the padding fix between TileContainer/Tilelet
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-01 14:28:17 -06:00

13 lines
179 B
Swift

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