13 lines
170 B
Swift
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 {
|
|
}
|