Code cleanup

This commit is contained in:
Lekshmi S 2020-04-28 14:13:16 +05:30
parent f0ec48a691
commit a32c46e432

View File

@ -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