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}