Skip to content

Commit 20e1b73

Browse files
authored
Merge pull request #17 from ServerDriven/develop
Unique Spacers
2 parents 12b9718 + 5e283a8 commit 20e1b73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/ScreenData/Views/SomeSpacer.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
import Foundation
2+
13
public struct SomeSpacer: Codable, Hashable {
4+
public let id: UUID = UUID()
5+
26
public var size: Int
37

48
public var type: ViewType {

0 commit comments

Comments
 (0)