NotificationSmuggler/Tests/NotificationSmugglingTests/HitchhikersNotification.swift

5 lines
115 B
Swift

import NotificationSmuggler
struct HitchhikersNotification: Smuggled, Equatable, Sendable {
let answer: Int
}