diff --git a/Swift/Class.swift.twig b/Swift/Class.swift.twig index 748c4a1..b9f29a7 100644 --- a/Swift/Class.swift.twig +++ b/Swift/Class.swift.twig @@ -37,6 +37,7 @@ import ObjectMapper } } +{# {% if not hasChilds %} extension {{ type.baseTypeName }}: Equatable { @@ -46,4 +47,5 @@ extension {{ type.baseTypeName }}: Equatable { } } -{% endif -%} \ No newline at end of file +{% endif -%} +#} \ No newline at end of file