We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b9718 + 5e283a8 commit 20e1b73Copy full SHA for 20e1b73
Sources/ScreenData/Views/SomeSpacer.swift
@@ -1,4 +1,8 @@
1
+import Foundation
2
+
3
public struct SomeSpacer: Codable, Hashable {
4
+ public let id: UUID = UUID()
5
6
public var size: Int
7
8
public var type: ViewType {
0 commit comments