removed comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
fc3ce375ac
commit
d4aedf4615
@ -10,12 +10,6 @@ import UIKit
|
|||||||
import VDSColorTokens
|
import VDSColorTokens
|
||||||
import VDSFormControlsTokens
|
import VDSFormControlsTokens
|
||||||
import Combine
|
import Combine
|
||||||
/**
|
|
||||||
A custom implementation of Apple's UISwitch.
|
|
||||||
|
|
||||||
By default this class begins in the off state.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
public class Checkbox: CheckboxBase<DefaultCheckboxModel>{}
|
public class Checkbox: CheckboxBase<DefaultCheckboxModel>{}
|
||||||
|
|
||||||
|
|||||||
@ -10,13 +10,6 @@ import UIKit
|
|||||||
import VDSColorTokens
|
import VDSColorTokens
|
||||||
import VDSFormControlsTokens
|
import VDSFormControlsTokens
|
||||||
import Combine
|
import Combine
|
||||||
/**
|
|
||||||
A custom implementation of Apple's UISwitch.
|
|
||||||
|
|
||||||
By default this class begins in the off state.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
public class RadioButton: RadioButtonBase<DefaultRadioButtonModel>{}
|
public class RadioButton: RadioButtonBase<DefaultRadioButtonModel>{}
|
||||||
|
|
||||||
open class RadioButtonBase<ModelType: RadioButtonModel>: SelectorBase<ModelType> {
|
open class RadioButtonBase<ModelType: RadioButtonModel>: SelectorBase<ModelType> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user