mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
5 lines
133 B
Swift
5 lines
133 B
Swift
protocol DivSizeModifier {
|
|
func transformWidth(_ width: DivSize) -> DivSize
|
|
func transformHeight(_ height: DivSize) -> DivSize
|
|
}
|