Minor change

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

View File

@ -22,7 +22,7 @@
import TableKit
fileprivate let updateAppearanceActionId = "TableRowUpdateAppearanceActionId"
private let updateAppearanceActionId = "TableRowUpdateAppearanceActionId"
public extension TableRow where CellType: AppearanceProtocol {