@@ -14,10 +14,12 @@ * file. */ #import "OFDataArray.h" +OF_ASSUME_NONNULL_BEGIN + #ifdef __cplusplus extern "C" { #endif extern int _OFDataArray_MessagePackValue_reference; #ifdef __cplusplus @@ -30,5 +32,7 @@ * * @return The MessagePack representation as an object */ - (id)messagePackValue; @end + +OF_ASSUME_NONNULL_END