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 import Foundation
public protocol ListItemModelProtocol: ContainerModelProtocol, Model { public protocol ListItemModelProtocol: ContainerModelProtocol, MoleculeProtocol {
var molecule: MoleculeProtocol { get } var molecule: MoleculeProtocol { get }
var line: LineModel? { get set } var line: LineModel? { get set }
} }

View File

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