Template support for input parameters #4
13
Library/Sources/Public/Models/Project.swift
Normal file
13
Library/Sources/Public/Models/Project.swift
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
public struct Project {
|
||||||
|
|
||||||
|
// MARK: Properties
|
||||||
|
|
||||||
|
let name: String
|
||||||
|
|
||||||
|
// MARK: Initialisers
|
||||||
|
|
||||||
|
public init(name: String) {
|
||||||
|
self.name = name
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user