@@ -12,13 +12,13 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#import "macros.h" +#import -OF_ASSUME_NONNULL_BEGIN +NS_ASSUME_NONNULL_BEGIN /*! * @protocol NSBridging NSBridging.h ObjFW-Bridge/NSBridging.h * * @brief A protocol implemented by classes supporting bridging Foundation @@ -34,6 +34,6 @@ * @return The receiver as an ObjFW object */ - (id)OFObject; @end -OF_ASSUME_NONNULL_END +NS_ASSUME_NONNULL_END