My project is a Swift
project, which contains custom class in Objective C
. Now I'm trying to use an another custom class which is in Swift in my Objective C
class. I'm able to get the class, but all it's methods are not accessible.
Project : Swift
Custom Library : Swift
Want to use in : Objective C (another custom library)
All the methods are public in that custom class, but still I'm unable to access it. I had also followed this. Please guide me
Any help will be appreciated.