mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
149b80a37f
commit_hash:ae183ed8d06f2c89c8693f59bedba49752638377
20 lines
341 B
Swift
20 lines
341 B
Swift
// Generated code. Do not modify.
|
|
|
|
import CommonCore
|
|
import Foundation
|
|
import Serialization
|
|
|
|
public final class WithDefault: Sendable {
|
|
public static let type: String = "default"
|
|
|
|
init() {}
|
|
}
|
|
|
|
#if DEBUG
|
|
extension WithDefault: Equatable {
|
|
public static func ==(lhs: WithDefault, rhs: WithDefault) -> Bool {
|
|
return true
|
|
}
|
|
}
|
|
#endif
|