icrate 0.1.2

Bindings to Apple's frameworks
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use crate::common::*;
use crate::AppKit::*;
use crate::Foundation::*;
use crate::WebKit::*;

extern_static!(DOMException: Option<&'static NSString>);

extern_enum!(
    #[underlying(c_uint)]
    #[deprecated]
    pub enum DOMExceptionCode {
        #[deprecated]
        DOM_INDEX_SIZE_ERR = 1,
        #[deprecated]
        DOM_DOMSTRING_SIZE_ERR = 2,
        #[deprecated]
        DOM_HIERARCHY_REQUEST_ERR = 3,
        #[deprecated]
        DOM_WRONG_DOCUMENT_ERR = 4,
        #[deprecated]
        DOM_INVALID_CHARACTER_ERR = 5,
        #[deprecated]
        DOM_NO_DATA_ALLOWED_ERR = 6,
        #[deprecated]
        DOM_NO_MODIFICATION_ALLOWED_ERR = 7,
        #[deprecated]
        DOM_NOT_FOUND_ERR = 8,
        #[deprecated]
        DOM_NOT_SUPPORTED_ERR = 9,
        #[deprecated]
        DOM_INUSE_ATTRIBUTE_ERR = 10,
        #[deprecated]
        DOM_INVALID_STATE_ERR = 11,
        #[deprecated]
        DOM_SYNTAX_ERR = 12,
        #[deprecated]
        DOM_INVALID_MODIFICATION_ERR = 13,
        #[deprecated]
        DOM_NAMESPACE_ERR = 14,
        #[deprecated]
        DOM_INVALID_ACCESS_ERR = 15,
    }
);