clean
This commit is contained in:
Binary file not shown.
BIN
jason/.DS_Store
vendored
Normal file
BIN
jason/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user