//! 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 ASAccountAuthenticationModificationRequest;
unsafe impl ClassType for ASAccountAuthenticationModificationRequest {
type Super = NSObject;
}
);
extern_methods!(
unsafe impl ASAccountAuthenticationModificationRequest {}
);