Provides NSWindow with cat ears and tail
Swift
AppKit
let hostingView = NSHostingView(rootView: SomeSwiftUIView())
hostingView.setFrameSize(hostingView.fittingSize)
let catWindow = NSCatWindow(childView: hostingView)
catWindow.setTitle("Sample")
catWindow.makeKeyAndOrderFront(nil)