mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
27a3472171
commit_hash:84ea24cbdf21ef89741080f38ec5e583172a2458
9 lines
131 B
Swift
9 lines
131 B
Swift
import CoreGraphics
|
|
import VGSL
|
|
|
|
extension RelativeValue {
|
|
init(double: Double) {
|
|
self.init(rawValue: CGFloat(double))
|
|
}
|
|
}
|