RSSelectionMenu
RSSelectionMenu copied to clipboard
Cannot access class from Obj-C
I've imported the pod into my project, but I can't seem to get access to any classes in my obj-c code. When I try to modify the swift classes with "@objc" it tells me generic classes aren't visible from obj-c.
Is this project possible to use inside an objective C project?
Thank you!