1 2 3 4 5 6 7 8 9
//! macOS implementation mod builder; mod delegate; mod handle; mod manager; pub use handle::NotificationHandleMacOS; pub use manager::NotificationManagerMacOS;