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