fix: access to with(appearance:) method
This commit is contained in:
parent
2d3e12164d
commit
6ff2c8bf37
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue