I need to pass a callback parameter from a swift class to an Objective-C one. I have searched for the way to do it, but I am struggling, I got this:
public typealias RequestCallBackObject = (gbRequest: AnyObject!, status: ServiceStatus, response: AnyObject?) -> ()
But how would it be in Objective-C ?