Merge pull request #33 from theiostream/objc-runtime-header

Add objc-runtime.h to objc headers
main
davidchisnall 9 years ago committed by GitHub
commit 29f831b4aa

@ -61,6 +61,7 @@ set(libobjc_HDRS
objc/objc-api.h
objc/objc-arc.h
objc/objc-auto.h
objc/objc-runtime.h
objc/objc.h
objc/runtime-deprecated.h
objc/runtime.h

@ -0,0 +1,2 @@
#include <objc/runtime.h>
#include <objc/message.h>
Loading…
Cancel
Save