protocol MyProtocol { } struct MyProtocolConstants { static let myConstant = 10 }
请注意,结构首选于类,至少有一个原因:类不支持静态存储属性(尚)