container updates

This commit is contained in:
Pfeil, Scott Robert 2020-01-09 16:38:14 -05:00
parent c098914309
commit 629f30e073
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
import Foundation
public protocol ListItemModelProtocol: ContainerModelProtocol, Model {
public protocol ListItemModelProtocol: ContainerModelProtocol, MoleculeProtocol {
var molecule: MoleculeProtocol { get }
var line: LineModel? { get set }
}

View File

@ -78,8 +78,8 @@ import UIKit
open func styleShortDivider() {
topMarginPadding = 32
bottomMarginPadding = 16
topSeparatorView?.style = .none
bottomSeparatorView?.style = .thin
topSeparatorView?.setStyle(.none)
bottomSeparatorView?.setStyle(.thin)
}
open func styleFooter() {