Implemented the Project model in the library target.
This commit is contained in:
parent
a515747c21
commit
7b1cb9ae2a
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