Hands-On Design Patterns with Swift
上QQ阅读APP看书,第一时间看更新

Retain

Retaining an object increases the number of references to an object. By doing so, we extend the lifetime of the object that received the retained message.