Fix init
This commit is contained in:
parent
5ace163223
commit
ab6af95df3
|
|
@ -33,6 +33,8 @@ open class BaseCellViewModel {
|
|||
/// NOTE: Top dimension is ignored
|
||||
var bottomSeparatorConfiguration: SeparatorConfiguration?
|
||||
|
||||
public init() {}
|
||||
|
||||
@discardableResult
|
||||
public func with(separatorType: CellSeparatorType) -> Self {
|
||||
self.separatorType = separatorType
|
||||
|
|
|
|||
Loading…
Reference in New Issue