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