@@ -40,9 +40,9 @@ * If possible, the original object is wrapped. If this is not possible, an * autoreleased copy is created. * * @return The receiver as an ObjFW object */ -- (id)OFObject; +@property (readonly, nonatomic) id OFObject; @end OF_ASSUME_NONNULL_END