mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
12 lines
204 B
Swift
12 lines
204 B
Swift
// Generated code. Do not modify.
|
|
|
|
import CommonCorePublic
|
|
import Foundation
|
|
import Serialization
|
|
|
|
@frozen
|
|
public enum DivLineStyle: String, CaseIterable {
|
|
case none = "none"
|
|
case single = "single"
|
|
}
|