@@ -17,10 +17,12 @@ #import "OFObject.h" #import "OFLocking.h" #import "threading.h" +OF_ASSUME_NONNULL_BEGIN + /*! * @class OFRecursiveMutex OFRecursiveMutex.h ObjFW/OFRecursiveMutex.h * * @brief A class for creating mutual exclusions which can be entered * recursively. @@ -37,5 +39,7 @@ * * @return A new autoreleased recursive mutex. */ + (instancetype)mutex; @end + +OF_ASSUME_NONNULL_END