// // VDSLabelModel.swift // VDS // // Created by Matt Bruce on 7/28/22. // import Foundation import UIKit public protocol VDSLabelModel: Labelable, Surfaceable { }