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