I have a class
class shortcut: NSObject { @objc var type: String @objc var value: String @objc var raw: UInt8 init( ...) } }