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_class!(
    #[derive(Debug, PartialEq, Eq, Hash)]
    pub struct WKProcessPool;

    unsafe impl ClassType for WKProcessPool {
        type Super = NSObject;
        type Mutability = InteriorMutable;
    }
);

unsafe impl NSCoding for WKProcessPool {}

unsafe impl NSObjectProtocol for WKProcessPool {}

unsafe impl NSSecureCoding for WKProcessPool {}

extern_methods!(
    unsafe impl WKProcessPool {}
);

extern_methods!(
    /// Methods declared on superclass `NSObject`
    unsafe impl WKProcessPool {
        #[method_id(@__retain_semantics Init init)]
        pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>;

        #[method_id(@__retain_semantics New new)]
        pub unsafe fn new() -> Retained<Self>;
    }
);