diff --git a/VDS/Protocols/Labelable.swift b/VDS/Protocols/Labelable.swift index 90dc545c..4ef59b8f 100644 --- a/VDS/Protocols/Labelable.swift +++ b/VDS/Protocols/Labelable.swift @@ -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 } }