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