updated protocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
4cb2576488
commit
b0b927d56a
@ -49,19 +49,19 @@ class SurfacePicker: PickerBase<Surface> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TextPositionPicker: PickerBase<VDSTextPosition> {
|
class TextPositionPicker: PickerBase<TextPosition> {
|
||||||
init(){
|
init(){
|
||||||
super.init(items: [.left, .right])
|
super.init(items: [.left, .right])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TextSizePicker: PickerBase<VDSFontSize> {
|
class TextSizePicker: PickerBase<FontSize> {
|
||||||
init(){
|
init(){
|
||||||
super.init(items: [.small, .large])
|
super.init(items: [.small, .large])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class FontWeightPicker: PickerBase<VDSFontWeight> {
|
class FontWeightPicker: PickerBase<FontWeight> {
|
||||||
init(){
|
init(){
|
||||||
super.init(items: [.regular, .bold])
|
super.init(items: [.regular, .bold])
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user