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