[Swift4] Introduce XcodeGen (#3396)

* add XcodeGen.mustache

* generate code

* add dependencies
This commit is contained in:
Daiki Matsudate
2019-07-22 17:12:34 +09:00
committed by GitHub
parent 1413775e0e
commit 5cba55f8fb
695 changed files with 7886 additions and 4490 deletions

View File

@@ -0,0 +1,12 @@
# VariableNameTest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exampleName** | **String** | This snake-case examle_name property name should be converted to a camelCase variable name like exampleName | [optional]
**_for** | **String** | This property name is a reserved word in most languages, including Swift 4. | [optional]
**normalName** | **String** | This model object property name should be unchanged from the JSON property name. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)