ObjFW  Diff

Differences From Artifact [da42c5052c]:

To Artifact [1b3ca80d51]:


38
39
40
41
42
43
44
45
46
47
48
 * @brief Returns an instance of an ObjFW object corresponding to the receiver.
 *
 * 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;
@end

OF_ASSUME_NONNULL_END







|



38
39
40
41
42
43
44
45
46
47
48
 * @brief Returns an instance of an ObjFW object corresponding to the receiver.
 *
 * If possible, the original object is wrapped. If this is not possible, an
 * autoreleased copy is created.
 *
 * @return The receiver as an ObjFW object
 */
@property (readonly, nonatomic) id OFObject;
@end

OF_ASSUME_NONNULL_END