mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
7 lines
80 B
Swift
7 lines
80 B
Swift
import Foundation
|
|
|
|
enum DivDrawableWidthTrait {
|
|
case resizable
|
|
case fixed
|
|
}
|