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