I have framework that is written in ObjC and Swift, I want to use ObjC classes in Swift. Apple says "In your umbrella header file, import every Objective-C header you want to expose to Swift". But everything included to umbrella becomes public. Is there any way to use ObjC without making it public?