blob: 027cf57e4ff73bcccdbf464009dbc76064bba91a [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#![cfg(target_os="macos")]
#[macro_use]
extern crate objc;
#[allow(non_camel_case_types)]
pub type id = *mut objc::runtime::Object;
pub trait Foo { }
impl Foo for id { }
pub trait bar { }
impl bar for id { }