mirror of
https://github.com/pboulch/luto.git
synced 2025-12-19 12:52:47 +00:00
✨ Add description field
This commit is contained in:
13
Luto/Models/Task.swift
Normal file
13
Luto/Models/Task.swift
Normal file
@ -0,0 +1,13 @@
|
||||
//
|
||||
// Task.swift
|
||||
// Luto
|
||||
//
|
||||
// Created by Pierre Boulc'h on 13/07/2023.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Task {
|
||||
var title: String
|
||||
var description: String
|
||||
}
|
||||
Reference in New Issue
Block a user