WrapperCompatible 属性包装器兼容协议 自定义fw为任意名称(如app)示例: extension WrapperCompatible { public static var app: Wrapper.Type { get { fw } set {} } public var app: Wrapper { get { fw } set {} } } 使用示例: String.app.jsonEncode(object) WrapperBase 关联类型 fw Default implementation 类包装器属性 Default Implementation 类包装器属性 fw Default implementation 对象包装器属性 Default Implementation 对象包装器属性 © 2023 Wu Yong. All rights reserved. (Last updated: 2023-04-23) Generated by jazzy ♪♫ v0.14.2, a Realm project.