Code review inspections fix vol. 2

This commit is contained in:
Anton Popkov 2017-10-13 16:08:22 +03:00
parent 06a208bb76
commit 6c29696367
1 changed files with 1 additions and 3 deletions

View File

@ -45,15 +45,13 @@ public final class EmptyCell: SeparatorCell, AppearanceProtocol, ConfigurableCel
}
public func configure(appearance: Appearance) {
selectionStyle = .none
contentView.backgroundColor = appearance.color
}
public func configure(with _: Void) { }
private func setup() {
backgroundColor = .clear
selectionStyle = .none
configure(appearance: Appearance())
}
}