@@ -20,11 +20,11 @@ #ifdef __cplusplus extern "C" { #endif extern id objc_constructInstance(Class _Nullable, void *_Nullable); -extern void *objc_destructInstance(id); +extern void *objc_destructInstance(id _Nullable); #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END