diff --git a/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift b/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift index 24ed16e1..700afc27 100644 --- a/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift +++ b/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift @@ -22,7 +22,7 @@ import TableKit -fileprivate let updateAppearanceActionId = "TableRowUpdateAppearanceActionId" +private let updateAppearanceActionId = "TableRowUpdateAppearanceActionId" public extension TableRow where CellType: AppearanceProtocol {