//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use crate::common::*;
use crate::Foundation::*;
extern_class!(
#[derive(Debug, PartialEq, Eq, Hash)]
pub struct NSAutoreleasePool;
unsafe impl ClassType for NSAutoreleasePool {
type Super = NSObject;
}
);
extern_methods!(
unsafe impl NSAutoreleasePool {
#[method(drain)]
pub unsafe fn drain(&self);
}
);