vds_ios/VDS/Protocols/Modelable.swift
Matt Bruce df82f85724 added Modelable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-05 11:54:20 -05:00

13 lines
163 B
Swift

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