container updates
This commit is contained in:
parent
c098914309
commit
629f30e073
@ -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 }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user