ObjFW  Diff

Differences From Artifact [96f551d47c]:

To Artifact [0b1d4a161d]:


21
22
23
24
25
26
27





28
29
#endif
extern int _OFDataArray_MessagePackValue_reference;
#ifdef __cplusplus
}
#endif

@interface OFDataArray (MessagePackValue)





- (id)messagePackValue;
@end







>
>
>
>
>


21
22
23
24
25
26
27
28
29
30
31
32
33
34
#endif
extern int _OFDataArray_MessagePackValue_reference;
#ifdef __cplusplus
}
#endif

@interface OFDataArray (MessagePackValue)
/*!
 * @brief Parses the MessagePack representation and returns it as an object.
 *
 * @return The MessagePack representation as an object
 */
- (id)messagePackValue;
@end