Files
divkit/client/ios/DivKit/generated_sources/DivAlignmentVertical.swift
T
2022-10-05 12:42:52 +03:00

14 lines
253 B
Swift

// Generated code. Do not modify.
import CommonCore
import Foundation
import Serialization
import TemplatesSupport
@frozen
public enum DivAlignmentVertical: String, CaseIterable {
case top = "top"
case center = "center"
case bottom = "bottom"
}