objc2-app-kit 0.2.2

Bindings to the AppKit framework
Documentation
1
2
3
4
5
#[cfg(feature = "NSResponder")]
pub fn NSApp(mtm: objc2_foundation::MainThreadMarker) -> objc2::rc::Retained<crate::NSApplication> {
    // TODO: Use the `NSApp` static
    crate::NSApplication::sharedApplication(mtm)
}