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!(DOMRangeException: Option<&'static NSString>);

extern_enum!(
    #[underlying(c_uint)]
    #[deprecated]
    pub enum DOMRangeExceptionCode {
        #[deprecated]
        DOM_BAD_BOUNDARYPOINTS_ERR = 1,
        #[deprecated]
        DOM_INVALID_NODE_TYPE_ERR = 2,
    }
);