This commit is contained in:
Igor 2017-10-09 19:36:04 +03:00
parent 5ace163223
commit ab6af95df3
1 changed files with 2 additions and 0 deletions

View File

@ -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