objc2-web-kit 0.2.2

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

use crate::*;

extern_protocol!(
    #[deprecated]
    pub unsafe trait DOMXPathNSResolver: NSObjectProtocol {
        #[deprecated]
        #[method_id(@__retain_semantics Other lookupNamespaceURI:)]
        unsafe fn lookupNamespaceURI(
            &self,
            prefix: Option<&NSString>,
        ) -> Option<Retained<NSString>>;
    }

    unsafe impl ProtocolType for dyn DOMXPathNSResolver {}
);