mirror of
https://github.com/samsonjs/NotificationSmuggler.git
synced 2026-03-25 08:25:48 +00:00
5 lines
115 B
Swift
5 lines
115 B
Swift
import NotificationSmuggler
|
|
|
|
struct HitchhikersNotification: Smuggled, Equatable, Sendable {
|
|
let answer: Int
|
|
}
|