rust_macios/user_notifications/
un_notification_content_providing.rs

1use crate::object;
2
3object! {
4    /// A protocol the system uses to provide context relevant to user
5    /// notifications.
6    unsafe pub struct UNNotificationContentProviding;
7}