//! This module implements forwarding methods for standard `UIApplicationDelegate` calls. It also
//! creates a custom `UIApplication` 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 UIApplication. Currently does nothing.
pub