@@ -50,11 +50,11 @@ } #ifdef OF_HAVE_PROPERTIES @property (readonly) SEL selector; @property (readonly, copy) OFString *name; -@property (assign, readonly, nullable) const char *typeEncoding; +@property OF_NULLABLE_PROPERTY (assign, readonly) const char *typeEncoding; #endif /*! * @brief Returns the selector of the method. * @@ -90,11 +90,11 @@ } #ifdef OF_HAVE_PROPERTIES @property (readonly, copy) OFString *name; @property (readonly) unsigned attributes; -@property (copy, readonly, nullable) OFString *getter, *setter; +@property OF_NULLABLE_PROPERTY (copy, readonly) OFString *getter, *setter; #endif /*! * @brief Returns the name of the property. * @@ -151,11 +151,11 @@ } #ifdef OF_HAVE_PROPERTIES @property (readonly, copy) OFString *name; @property (readonly) ptrdiff_t offset; -@property (assign, readonly, nullable) const char *typeEncoding; +@property OF_NULLABLE_PROPERTY (assign, readonly) const char *typeEncoding; #endif /*! * @brief Returns the name of the instance variable. *