Add objc-class.h to objc headers
Some applications still include the old objc-class.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
e285ba83a9
commit
1593ac04af
@ -0,0 +1,2 @@
|
||||
#include <objc/runtime.h>
|
||||
#include <objc/message.h>
|
||||
Loading…
Reference in New Issue