Skip to content

Commit

Permalink
Make objc macros usable from other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Sep 8, 2020
1 parent e2b6149 commit decb225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Expand Up @@ -6,6 +6,8 @@
#![deny(improper_ctypes)]
#![warn(missing_docs)]

#[macro_use]
pub mod objc;

pub mod core_foundation;
pub mod foundation;
pub mod objc;

0 comments on commit decb225

Please sign in to comment.