Skip to content

Commit

Permalink
fix: Re-export types from objc2 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Nov 25, 2022
1 parent d74b160 commit 1ac67ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/macos/src/lib.rs
Expand Up @@ -17,3 +17,5 @@ pub use event::QueuedEvents;

mod subclass;
pub use subclass::SubclassingAdapter;

pub use objc2::foundation::{NSArray, NSObject, NSPoint};

0 comments on commit 1ac67ad

Please sign in to comment.