// // 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 }