Daily iOS
SwiftXiaohongshu

Extensions and stored properties

You want to add a property to an existing type with an extension. Computed properties work, so why not stored properties?

Submit