We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6575 commit 61f89bfCopy full SHA for 61f89bf
Sources/WebPush/Push Message/Notification.swift
@@ -6,7 +6,11 @@
6
// Copyright © 2024-25 Mochi Development, Inc. All rights reserved.
7
//
8
9
+#if canImport(FoundationEssentials)
10
+import FoundationEssentials
11
+#else
12
import Foundation
13
+#endif
14
15
// MARK: - Notification
16
Sources/WebPush/Push Message/PushMessage.swift
@@ -6,7 +6,5 @@
-import Foundation
-
/// Common Push Message types.
public enum PushMessage: Sendable {}
0 commit comments