updated labelable

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-03 15:26:40 -05:00
parent 85b0b81da9
commit b993952e30

View File

@ -8,8 +8,8 @@
import Foundation
public protocol Labelable {
var fontSize: VDSFontSize { get set }
var textPosition: VDSTextPosition { get set }
var fontWeight: VDSFontWeight { get set }
var fontCategory: VDSFontCategory { get set }
var fontSize: FontSize { get set }
var textPosition: TextPosition { get set }
var fontWeight: FontWeight { get set }
var fontCategory: FontCategory { get set }
}