@@ -14,10 +14,12 @@ * file. */ #import "OFXMLElement.h" +OF_ASSUME_NONNULL_BEGIN + #ifdef __cplusplus extern "C" { #endif extern int _OFXMLElement_Serialization_reference; #ifdef __cplusplus @@ -30,5 +32,7 @@ * * @return The deserialized object */ - (id)objectByDeserializing; @end + +OF_ASSUME_NONNULL_END