Add set(appearance:) method to TableRow
This commit is contained in:
parent
26ebaa48e9
commit
fa2838bb9c
|
|
@ -39,4 +39,8 @@ public extension TableRow where CellType: AppearanceProtocol {
|
|||
return self
|
||||
}
|
||||
|
||||
func set(appearance: CellType.Appearance) {
|
||||
_ = with(appearance: appearance)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue