I decided to make an app in swift this time, and as usual I use my custom control (MenuView). In the objC I know how it works and everything worked, in swift I followed all the steps, import in the bridging-header.h, and put the MenuViewDelegate that I created too.
So good, no mistake WhenIputthecommandIcreatedinthecontrolfuncMenuView(MenuView:MenuView!,didTouchsender:UIPanGestureRecognizer!){}
appearedthefollowingerror:(Useofundeclaredtype'MenuView')pointingallthelinesthatcontainedtheobjectofthe"Menuview"
How do I proceed to fix this ?? I did something wrong, I forgot something ... Thanks in advance for your help.