vds_ios/VDS/Protocols/Modelable.swift
Matt Bruce 017f7eadb0 added withable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-16 10:02:29 -05:00

13 lines
173 B
Swift

//
// Modelable.swift
// VDS
//
// Created by Matt Bruce on 8/5/22.
//
import Foundation
public protocol Modelable: Surfaceable, Disabling, Initable, Withable {
}