diff options
Diffstat (limited to 'Sources/WmapParser/Inertia.swift')
| -rw-r--r-- | Sources/WmapParser/Inertia.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Sources/WmapParser/Inertia.swift b/Sources/WmapParser/Inertia.swift new file mode 100644 index 0000000..e9be9c0 --- /dev/null +++ b/Sources/WmapParser/Inertia.swift @@ -0,0 +1,4 @@ +/// Inertia associated with a component. +public struct Inertia: Sendable, Equatable { + public let component: String +} |