I have ported an objective-c package into a swift package and included it within the bridging header. Everything works fine, except there is a function I have to implement from a delegate I can't get working:
- (void) mdwamp:(MDWamp*)wamp sessionEstablished:(NSDictionary*)info;
Does anyone know how I can implement this in SWIFT?