mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
13 lines
236 B
Swift
13 lines
236 B
Swift
// Generated code. Do not modify.
|
|
|
|
import Foundation
|
|
import Serialization
|
|
import VGSL
|
|
|
|
@frozen
|
|
public enum DivVisibility: String, CaseIterable, Sendable {
|
|
case visible = "visible"
|
|
case invisible = "invisible"
|
|
case gone = "gone"
|
|
}
|