Initial Commit
This commit is contained in:
18
体己/Item.swift
Normal file
18
体己/Item.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Item.swift
|
||||
// 体己
|
||||
//
|
||||
// Created by Tim on 2026/5/25.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import SwiftData
|
||||
|
||||
@Model
|
||||
final class Item {
|
||||
var timestamp: Date
|
||||
|
||||
init(timestamp: Date) {
|
||||
self.timestamp = timestamp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user