i am on macOS, objective-c. I included a Swift 5 framework and one thing i don't know is how to provide a closure.
This is the swift declaration:
var cancelledStateColorHandler: ((NSColor) -> NSColor)?
How do i pass a handler from objective-c to return an NSColor?