I developed my project in xcode and in order to detect the unused imports and statements in my project I opened my project on the "AppCode". The problem which I am facing is that AppCode is only detecting unused import files in .m files of my project, while if I include any unnecessary import statement in .h file the AppCode is not detecting it and that file does not get grey in color.
Can any one please tell me that is there any way of detecting the unused imports statements in .h file of the project if we are using "AppCode" as our IDE?