ObjFW  Diff

Differences From Artifact [441e4ae6c2]:

To Artifact [35465b0136]:


31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 * @protocol OFBridging OFBridging.h ObjFW-Bridge/OFBridging.h
 *
 * @brief A protocol implemented by classes supporting bridging ObjFW objects
 *	  to Foundation objects.
 */
@protocol OFBridging
/*!
 * @brief Returns an instance of a Foundation 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 Foundation object
 */
@property (readonly, nonatomic) id NSObject;
@end

OF_ASSUME_NONNULL_END







|
<



<
<





31
32
33
34
35
36
37
38

39
40
41


42
43
44
45
46
 * @protocol OFBridging OFBridging.h ObjFW-Bridge/OFBridging.h
 *
 * @brief A protocol implemented by classes supporting bridging ObjFW objects
 *	  to Foundation objects.
 */
@protocol OFBridging
/*!
 * @brief An instance of a Foundation object corresponding to the object.

 *
 * If possible, the original object is wrapped. If this is not possible, an
 * autoreleased copy is created.


 */
@property (readonly, nonatomic) id NSObject;
@end

OF_ASSUME_NONNULL_END