usecrate::{object,objective_c_runtime::traits::PNSObject};usesuper::interface_impl;object!{/// An abstract class that forms the basis of event and command processing
/// in AppKit.
unsafepubstructNSResponder;}#[interface_impl(NSObject)]implNSResponder{}