From e05955b6d4db49fa5f35ce7dde6ec0302d6a42aa Mon Sep 17 00:00:00 2001 From: Timothy Date: Thu, 5 Jun 2014 23:43:13 +0800 Subject: [PATCH] add ARC content --- source/chapter2/16_Automatic_Reference_Counting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/chapter2/16_Automatic_Reference_Counting.md b/source/chapter2/16_Automatic_Reference_Counting.md index f4767f16..130e0d5b 100644 --- a/source/chapter2/16_Automatic_Reference_Counting.md +++ b/source/chapter2/16_Automatic_Reference_Counting.md @@ -66,4 +66,3 @@ Person类有一个构造函数,此构造函数为实例的name属性赋值并 现在这个Person类实例已经有三个强引用了。 -(未完待续)