mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
14 lines
245 B
Swift
14 lines
245 B
Swift
// Generated code. Do not modify.
|
|
|
|
import CommonCore
|
|
import Foundation
|
|
import Serialization
|
|
import TemplatesSupport
|
|
|
|
@frozen
|
|
public enum DivImageScale: String, CaseIterable {
|
|
case fill = "fill"
|
|
case noScale = "no_scale"
|
|
case fit = "fit"
|
|
}
|