2 parents 0131cc9 + 92f56f8 commit c26354dCopy full SHA for c26354d
2 files changed
Sources/Record.swift
@@ -21,10 +21,10 @@ public protocol APIObject {
21
public struct Record<Object: APIObject>: Decodable {
22
23
/// The date when the response has been generated
24
- let timestamp: Date
+ public let timestamp: Date
25
26
/// The elements of the record
27
- let elements: [Object]
+ public let elements: [Object]
28
29
public enum CodingKeys: CodingKey {
30
case timestamp
TPGSwift.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -1,8 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
-<dict>
5
- <key>BuildSystemType</key>
6
- <string>Latest</string>
7
-</dict>
+<dict/>
8
</plist>
0 commit comments