NotificationSmuggler/Tests/BetterNotificationTests/HitchhikersNotification.swift
2025-04-26 20:10:17 -07:00

5 lines
113 B
Swift

import BetterNotification
struct HitchhikersNotification: BetterNotification, Equatable {
let answer: Int
}