Files
divkit/client/ios/DivKit/generated_sources/DivContentAlignmentVertical.swift
T
2023-06-01 12:48:15 +03:00

17 lines
381 B
Swift

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