最佳答案
我有一个 Objective-C 变量符合多个协议。
id <NSObject, NSCopying, NSCoding> identityToken;
我该怎么在 Swift 中表现这种类型?