objective c - import modulname-Swift.h is working in .m but not in .h files -
I try to mix swift and composite in my project I have a couple of Swift Classes (and Protocols) Made it. If I put the .im file in "ModuleName-Swift.h", then it's working correctly, but if I try to put it in an .h file, then it says "ModuleName-Swift.h" File not found
What could be the problem?
import & lt; Module -name-swift.h & gt;
Try using an angle bracket instead.
Comments
Post a Comment