1 2 3 4 5 6 7
#[path = "../generated/UserNotifications/mod.rs"] mod generated; pub use self::generated::*; #[link(name = "UserNotifications", kind = "framework")] extern "C" {}