ObjFW  Diff

Differences From Artifact [ddb7c293c6]:

To Artifact [441e4ae6c2]:


39
40
41
42
43
44
45
46
47
48
49
 *	  receiver.
 *
 * If possible, the original object is wrapped. If this is not possible, an
 * autoreleased copy is created.
 *
 * @return The receiver as Foundation object
 */
- (id)NSObject;
@end

OF_ASSUME_NONNULL_END







|



39
40
41
42
43
44
45
46
47
48
49
 *	  receiver.
 *
 * If possible, the original object is wrapped. If this is not possible, an
 * autoreleased copy is created.
 *
 * @return The receiver as Foundation object
 */
@property (readonly, nonatomic) id NSObject;
@end

OF_ASSUME_NONNULL_END