objc2-social 0.3.2

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

use crate::*;

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/social/slservicetypetwitter?language=objc)
    #[deprecated]
    pub static SLServiceTypeTwitter: Option<&'static NSString>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/social/slservicetypefacebook?language=objc)
    #[deprecated]
    pub static SLServiceTypeFacebook: Option<&'static NSString>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/social/slservicetypesinaweibo?language=objc)
    #[deprecated]
    pub static SLServiceTypeSinaWeibo: Option<&'static NSString>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/social/slservicetypetencentweibo?language=objc)
    #[deprecated]
    pub static SLServiceTypeTencentWeibo: Option<&'static NSString>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/social/slservicetypelinkedin?language=objc)
    #[deprecated]
    pub static SLServiceTypeLinkedIn: Option<&'static NSString>;
}