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 25b10ee commit 5078376Copy full SHA for 5078376
Sources/SwiftUIX/Intermodular/Helpers/AppKit or UIKit/AppKitOrUIKit.swift
@@ -145,6 +145,7 @@ extension NSWindow {
145
public let NSAlert_Type = unsafeBitCast(NSClassFromString("NSAlert"), to: NSAlertProtocol.Type.self)
146
public let NSOpenPanel_Type = unsafeBitCast(NSClassFromString("NSOpenPanel"), to: NSOpenPanelProtocol.Type.self)
147
148
+@available(macCatalyst, unavailable)
149
extension NSWindow.Level {
150
public static func + (lhs: Self, rhs: Int) -> Self {
151
Self(rawValue: lhs.rawValue + rhs)
0 commit comments