vds_ios/VDS/Protocols/Labelable.swift
Matt Bruce 5a22e6ecd0 first cut
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-03 17:03:59 -05:00

13 lines
187 B
Swift

//
// LabelModelable.swift
// VDS
//
// Created by Matt Bruce on 7/28/22.
//
import Foundation
public protocol Labelable: Fontable {
var textPosition: TextPosition { get set }
}