Digital PCT265 story ONEAPP-6389 - Conversion to title lockup
This commit is contained in:
parent
869804cc39
commit
3d9a6842dc
@ -44,7 +44,7 @@ public class TitleLockupModel: MoleculeModelProtocol, ParentMoleculeModelProtoco
|
|||||||
// MARK: - Initializer
|
// MARK: - Initializer
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
public init(eyebrow: LabelModel? = nil, title: LabelModel, subTitle: LabelModel? = nil) throws {
|
public init(eyebrow: LabelModel? = nil, title: LabelModel, subTitle: LabelModel? = nil) {
|
||||||
self.eyebrow = eyebrow
|
self.eyebrow = eyebrow
|
||||||
self.title = title
|
self.title = title
|
||||||
self.subTitle = subTitle
|
self.subTitle = subTitle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user