diff --git a/TITableKitUtils/Sources/Extensions/Appearance/TableRow+AppearanceConfigurable.swift b/TITableKitUtils/Sources/Extensions/Appearance/TableRow+AppearanceConfigurable.swift index 5430d7e9..bdedb3d6 100644 --- a/TITableKitUtils/Sources/Extensions/Appearance/TableRow+AppearanceConfigurable.swift +++ b/TITableKitUtils/Sources/Extensions/Appearance/TableRow+AppearanceConfigurable.swift @@ -28,7 +28,7 @@ extension TableRow: AppearanceConfigurable where CellType: AppearanceConfigurabl "TableRowConfigureAppearanceActionId" } - func with(appearance: CellType.Appearance) -> Self { + public func with(appearance: CellType.Appearance) -> Self { configure(appearance: appearance) return self }