//! Bindings to UIKit.framework.
//!
//! ```objective-c
//! #import <UIKit/UIKit.h>
//! ```
pub use UIApplication;
pub use UIColor;
pub use UIFont;
pub use UIEdgeInsets;
pub use UIImage;
pub use UIScrollViewIndicatorStyle;
pub use UIStatusBarStyle;