I have a framework written in Swift and some Objective-C files.
I need the Objective-C methods only in the Swift classes of my framework. When I add the corresponding import into the bridging header, it makes the methods available outside the framework.
Is it possible to import Objective-C code but specified the accessibility as internal or private ?