This commit is contained in:
Kevin G Christiano 2020-03-30 10:42:51 -04:00
parent 2c06ea04f6
commit a38b781c11

View File

@ -52,19 +52,6 @@ import UIKit
body.styleB2(true)
}
// public func eyebrow(isHidden: Bool) {
//
// stack.stackModel?.molecules[0].gone = isHidden
//
// if isHidden {
// accessibilityElements = [headline, body, link]
// } else {
// accessibilityElements = [eyebrow, headline, body, link]
// }
//
// stack.restack()
// }
//--------------------------------------------------
// MARK: - MoleculeViewProtocol
//--------------------------------------------------