Files
divkit/client/ios/DivKit/generated_sources/DivContentAlignmentHorizontal.swift
T
2023-07-14 18:53:33 +03:00

18 lines
396 B
Swift

// Generated code. Do not modify.
import CommonCorePublic
import Foundation
import Serialization
@frozen
public enum DivContentAlignmentHorizontal: String, CaseIterable {
case left = "left"
case center = "center"
case right = "right"
case start = "start"
case end = "end"
case spaceBetween = "space-between"
case spaceAround = "space-around"
case spaceEvenly = "space-evenly"
}