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 b91a64a commit 4db82e1Copy full SHA for 4db82e1
Sources/Extensions/PEdgeInsets+Operators.swift
@@ -1,3 +1,8 @@
1
+#if os(iOS) || os(tvOS)
2
+import UIKit
3
+#else
4
+import AppKit
5
+#endif
6
7
public extension PEdgeInsets {
8
public func minInsets(_ insets: PEdgeInsets) -> PEdgeInsets {
0 commit comments