icrate 0.0.1

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::AuthenticationServices::*;
use crate::Foundation::*;

extern_class!(
    #[derive(Debug, PartialEq, Eq, Hash)]
    pub struct ASCredentialIdentityStoreState;

    unsafe impl ClassType for ASCredentialIdentityStoreState {
        type Super = NSObject;
    }
);

extern_methods!(
    unsafe impl ASCredentialIdentityStoreState {
        #[method(isEnabled)]
        pub unsafe fn isEnabled(&self) -> bool;

        #[method(supportsIncrementalUpdates)]
        pub unsafe fn supportsIncrementalUpdates(&self) -> bool;
    }
);