Compare commits

...

1 Commits

Author SHA1 Message Date
33d64ad6c5 clean 2024-01-22 18:15:02 +08:00
3 changed files with 0 additions and 18 deletions

BIN
jason/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,18 +0,0 @@
//
// Item.swift
// jason
//
// Created by Jason on 2024/1/16.
//
import Foundation
import SwiftData
@Model
final class Item {
var timestamp: Date
init(timestamp: Date) {
self.timestamp = timestamp
}
}