| 1234567891011121314 |
- # Template information section
- name: "unit"
- summary: "Module template for SwiftUI."
- author: "Ivan Valkou"
- version: "1.0"
- license: "MIT"
- # The declarations for code files
- code_files:
- - {name: DataFlow.swift, path: Code/DataFlow.swift.liquid}
- - {name: Provider.swift, path: Code/Provider.swift.liquid}
- - {name: StateModel.swift, path: Code/StateModel.swift.liquid}
- - {name: View/RootView.swift, path: Code/View/RootView.swift.liquid}
|