Making ListLeftVariableIconWithRightCaretBodyTextModel class open to subclass

This commit is contained in:
Sumanth Nadigadda 2021-07-01 11:56:12 +05:30
parent 7566d93659
commit 495eb1d4bd

View File

@ -7,12 +7,12 @@
//
public class ListLeftVariableIconWithRightCaretBodyTextModel: ListItemModel, MoleculeModelProtocol {
open class ListLeftVariableIconWithRightCaretBodyTextModel: ListItemModel, MoleculeModelProtocol {
//-----------------------------------------------------
// MARK: - Properties
//-----------------------------------------------------
public static var identifier: String = "listLVImgBdy"
open class var identifier: String { return "listLVImgBdy" }
public var image: ImageViewModel
public var headlineBody: HeadlineBodyModel
public var rightLabel: LabelModel