I'm creating my swift cocoa touch framework and I want to display classes, methods and declarations without the code implementation.
When Generate my framework I don't see my classes I only see a header file containing only a ProjectNameSwift.h class. How can we do that ? I wondered if we can use Xcode generated interfaces in our framework... bu I do not find a way...
Creating my cocoa touch framework, trying to hide code implementation without hiding classes and methods declaration