instancetype与id区别

instancetype最重要的一点是有类型推断,编译器能正确的推断出返回实例的实际类型。

参考文章:
为什么你需要使用instancetype而不是id

你可能感兴趣的:(instancetype与id区别)