objc2-push-kit 0.3.2

Bindings to the PushKit framework
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2_foundation::*;

use crate::*;

/// Constants reflecting the push types you want to support.
///
/// ## Topics
///
/// ### Notification Types
///
/// - ``PushKit/PKPushTypeComplication``
/// - ``PushKit/PKPushTypeFileProvider``
/// - ``PushKit/PKPushTypeVoIP``
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/pushkit/pkpushtype?language=objc)
// NS_TYPED_ENUM
pub type PKPushType = NSString;