ObjFW  Diff

Differences From Artifact [e149a9f613]:

To Artifact [a5b3481f06]:


10
11
12
13
14
15
16




17
18
19
20
21
22
23
24


 *
 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */





#ifdef __cplusplus
extern "C" {
#endif
extern id objc_constructInstance(Class, void*);
extern void* objc_destructInstance(id);
#ifdef __cplusplus
}
#endif









>
>
>
>



|




>
>
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 *
 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#import "macros.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern id objc_constructInstance(__nullable Class, __nullable void*);
extern void* objc_destructInstance(id);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END