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