Making ListLeftVariableIconWithRightCaretBodyTextModel class open to subclass
This commit is contained in:
parent
7566d93659
commit
495eb1d4bd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user