mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
13 lines
206 B
Swift
13 lines
206 B
Swift
// Generated code. Do not modify.
|
|
|
|
import Foundation
|
|
import Serialization
|
|
import VGSL
|
|
|
|
@frozen
|
|
public enum DivSizeUnit: String, CaseIterable, Sendable {
|
|
case dp = "dp"
|
|
case sp = "sp"
|
|
case px = "px"
|
|
}
|