ObjFW  Diff

Differences From Artifact [46b964fc6a]:

To Artifact [2b98158bd3]:


13
14
15
16
17
18
19



20


21
22
23
24
25
26
27
13
14
15
16
17
18
19
20
21
22

23
24
25
26
27
28
29
30
31







+
+
+
-
+
+







 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#ifdef OF_BRIDGE_LOCAL_INCLUDES
# import "OFDictionary.h"
#else
# if defined(__has_feature) && __has_feature(modules)
@import ObjFW;
# else
# import <ObjFW/OFDictionary.h>
#  import <ObjFW/OFDictionary.h>
# endif
#endif

#import "OFBridging.h"

OF_ASSUME_NONNULL_BEGIN

/*!