@@ -19,12 +19,12 @@ OF_ASSUME_NONNULL_BEGIN #ifdef __cplusplus extern "C" { #endif -extern id objc_constructInstance(__nullable Class, __nullable void*); +extern id objc_constructInstance(Class OF_NULLABLE, void *OF_NULLABLE); extern void* objc_destructInstance(id); #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END