@@ -14,10 +14,12 @@ * file. */ #import "OFString.h" +OF_ASSUME_NONNULL_BEGIN + #ifdef __cplusplus extern "C" { #endif extern int _OFString_JSONValue_reference; #ifdef __cplusplus @@ -64,5 +66,7 @@ * * @return An object */ - (id)JSONValueWithDepthLimit: (size_t)depthLimit; @end + +OF_ASSUME_NONNULL_END