Skip to content

Instantly share code, notes, and snippets.

@colinfwren
Created November 19, 2023 21:16
Show Gist options
  • Save colinfwren/90594f509e8f73ee4752c30e965d4c88 to your computer and use it in GitHub Desktop.
Save colinfwren/90594f509e8f73ee4752c30e965d4c88 to your computer and use it in GitHub Desktop.
Date Test Approach 1 Model
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