mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
15 lines
282 B
Swift
15 lines
282 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"
|
|
case baseline = "baseline"
|
|
}
|