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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -