I have this class:
class shortcut: NSObject { @objc var name: String @objc var icon: UInt8 }
I had to add the NSObject