Code cleanup
This commit is contained in:
parent
f0ec48a691
commit
a32c46e432
@ -12,13 +12,13 @@ import Foundation
|
|||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Outlets
|
// MARK: - Outlets
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
let headline = Label.createLabelTitle2XLarge(true)
|
public let headline = Label.createLabelTitle2XLarge(true)
|
||||||
let headline2 = Label.createLabelTitle2XLarge(true)
|
public let headline2 = Label.createLabelTitle2XLarge(true)
|
||||||
let subHeadline = Label.createLabelBoldBodySmall(true)
|
public let subHeadline = Label.createLabelBoldBodySmall(true)
|
||||||
let body = Label.createLabelRegularBodySmall(true)
|
public let body = Label.createLabelRegularBodySmall(true)
|
||||||
let link = Link()
|
public let link = Link()
|
||||||
let buttons = TwoButtonView(frame: .zero)
|
public let buttons = TwoButtonView(frame: .zero)
|
||||||
var stack = Stack<StackModel>(frame: .zero)
|
public var stack = Stack<StackModel>(frame: .zero)
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Constants
|
// MARK: - Constants
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user