How to set up interoperability between internal Swift and Objective-C classes when developing a Framework – Ios swift
I have a Framework with mixed Objective-C and Swift classes and i'd like to communicate between them keeping the Swift interface internal (without making Swift classes and methods public). Is there a way to achieve that? P.S. Please pay attention…