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