//! This module implements forwarding methods for standard `NSApplicationDelegate` calls. It also
//! creates a custom `NSApplication` subclass that currently does nothing; this is meant as a hook
//! for potential future use.
use Once;
use class;
use ClassDecl;
use Class;
/// Used for injecting a custom NSApplication. Currently does nothing.
pub