extern crate cty;
extern crate objc;
extern crate bitflags;
pub type Selector = Sel;
pub type Strong<T> = Strong;
pub use AutoReleaseContext;
// This private zero-size type is used by other types to ensure that they
// cannot be constructed from outside this crate.
type PrivateMarker = ;