One more minor change

This commit is contained in:
Anton Popkov 2017-10-13 16:49:01 +03:00
parent 5e9a20d81a
commit ee2fb6d796
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
import TableKit
fileprivate let configureSeparatorActionId = "TableRowConfigureSeparatorActionId"
private let configureSeparatorActionId = "TableRowConfigureSeparatorActionId"
public extension TableRow where CellType: SeparatorCell {