vds_ios/VDS/Components/Label/VDSLabelModel.swift
Matt Bruce 01083bd8c8 added classes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-28 18:06:49 -05:00

13 lines
170 B
Swift

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