@@ -14,10 +14,12 @@ * file. */ #import "OFException.h" +OF_ASSUME_NONNULL_BEGIN + /*! * @class OFStatItemFailedException \ * OFStatItemFailedException.h ObjFW/OFStatItemFailedException.h * * @brief An exception indicating an item's status could not be retrieved. @@ -76,5 +78,7 @@ * @return An initialized stat item failed exception */ - initWithPath: (OFString*)path errNo: (int)errNo; @end + +OF_ASSUME_NONNULL_END