handlebars.swift4.model.mustache Maven / Gradle / Ivy
{{#models}}{{#model}}//
// {{classname}}.swift
//
// Generated by swagger-codegen
// https://github.com/swagger-api/swagger-codegen
//
import Foundation
{{#description}}
/** {{description}} */{{/description~}}
{{#is this 'array-model'}}
{{> modelArray}}
{{/is}}{{#isNot this 'array-model'}}{{#is this 'enum'}}
{{> modelEnum}}
{{/is~}}{{#isNot this 'enum'}}
{{> modelObject}}
{{/isNot}}{{/isNot}}{{/model}}{{/models~}}