mvm_core_ui/MVMCoreUI/Molecules/RadioButtonLabelModel.swift
Suresh, Kamlesh 3ec024ff27 changes
2020-03-03 20:32:57 -05:00

18 lines
433 B
Swift

//
// RadioButtonLabelModel.swift
// MVMCoreUI
//
// Created by Suresh, Kamlesh on 3/3/20.
// Copyright © 2020 Verizon Wireless. All rights reserved.
//
import Foundation
@objcMembers public class RadioButtonLabelModel: MoleculeModelProtocol {
public static var identifier: String = "radioButtonLabel"
public var backgroundColor: Color?
public var radioButton: RadioButtonModel
public var label: LabelModel
}