From bfd072a14dc55708a5e7f704d8f7c1ad05f4906c Mon Sep 17 00:00:00 2001 From: kemchenj Date: Fri, 22 Sep 2017 20:21:59 +0800 Subject: [PATCH] =?UTF-8?q?19=EF=BC=8CType=20Casting=EF=BC=8Cfor=20Swift?= =?UTF-8?q?=204.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter2/19_Type_Casting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/chapter2/19_Type_Casting.md b/source/chapter2/19_Type_Casting.md index 486254a5..22276e14 100644 --- a/source/chapter2/19_Type_Casting.md +++ b/source/chapter2/19_Type_Casting.md @@ -15,6 +15,9 @@ > 翻译+校对:[SketchK](https://github.com/SketchK) 2016-05-16 > 3.0.1,shanks,2016-11-13 +> 4.0 +> 校对:[kemchenj](https://kemchenj.github.io/) 2017-09-21 + 本页包含内容: - [定义一个类层次作为例子](#defining_a_class_hierarchy_for_type_casting)