Does @property copy in combination with readonly make sense?

前端 未结 4 2200
野的像风
野的像风 2020-12-15 17:05

If I understand this correctly, copy enforces the setter to create a copy of the object passed in. However, if I use it together with readonly, the

4条回答
提交回复
热议问题