Add objc-runtime.h to objc headers
Some applications still include the old objc-runtime.h header expecting to obtain the declarations contained in objc/message.h and objc/runtime.h nowadays. This commit adds this header to achieve out-of-the-box compatibility with these applications.main
parent
21efe9e259
commit
a3e1a0d3ed
@ -0,0 +1,2 @@
|
|||||||
|
#include <objc/runtime.h>
|
||||||
|
#include <objc/message.h>
|
||||||
Loading…
Reference in New Issue