All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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~}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy