It can dump the runtime headers of private frameworks of iOS by class-dump
tool. but I'm looking for the headers of the IOHIDEvent
which has been moved to any where that I can not find after iOS 6. But, in the iOS 6 SDK there is lib looks like it:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Extensions/IOHIDFamily.kext/PlugIns/IOHIDLib.plugin
How can I dump the headers of the IOHIDLib?