I am working on a project where I must extend an objective-c application with some Swift code. So I need to access the Swift code from an .m file.
I imported the generated Swift.h file and now I have access to the methods, but not to the global variables.
Is it possible to do that?
Thanks!