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

16 lines
354 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 spaceBetween = "space-between"
case spaceAround = "space-around"
case spaceEvenly = "space-evenly"
}