Created
November 19, 2023 21:16
-
-
Save colinfwren/90594f509e8f73ee4752c30e965d4c88 to your computer and use it in GitHub Desktop.
Date Test Approach 1 Model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import SwiftData | |
@Model | |
final class ApproachModel { | |
var title: String | |
var startDate: Date | |
var endDate: Date | |
// rest of implementation | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment