Files
divkit/client/ios/DivKit/generated_sources/DivContentAlignmentVertical.swift
pkurchatov 149b80a37f Sendable DivData
commit_hash:ae183ed8d06f2c89c8693f59bedba49752638377
2025-01-16 16:25:07 +03:00

17 lines
379 B
Swift

// Generated code. Do not modify.
import Foundation
import Serialization
import VGSL
@frozen
public enum DivContentAlignmentVertical: String, CaseIterable, Sendable {
case top = "top"
case center = "center"
case bottom = "bottom"
case baseline = "baseline"
case spaceBetween = "space-between"
case spaceAround = "space-around"
case spaceEvenly = "space-evenly"
}