This commit is contained in:
Antonio Scandurra 2022-08-31 11:10:27 +02:00
parent fcf6aa15eb
commit 3f66dd678a

View file

@ -7,11 +7,8 @@ use core_foundation::{
base::{CFTypeID, TCFType},
declare_TCFType, impl_CFTypeDescription, impl_TCFType,
};
use objc::runtime;
use std::ffi::c_void;
pub type id = *mut runtime::Object;
pub mod io_surface {
use super::*;