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