mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-01-16 22:18:16 +00:00
5b1911b4f4
Although GCKit is mostly finished, it is still not well tested. It contains bugs, and possibly dragons. Do not use it. If you disregard this advice, do not file any bug reports. If you disregard this instruction, then I will point and laugh at you.
7 lines
164 B
Objective-C
7 lines
164 B
Objective-C
/**
|
|
* Make sure that all inline functions that are part of the public API are emitted.
|
|
*/
|
|
#include "../objc/runtime.h"
|
|
#define GCINLINEPUBLIC
|
|
#include "object.h"
|