6 lines
76 B
Swift
6 lines
76 B
Swift
|
import Foundation
|
||
|
|
||
|
struct TestModel: Decodable {
|
||
|
let timestamp: Date?
|
||
|
}
|