From 90f8d2cbbd87600903b6b6f85cdd6a3532996be1 Mon Sep 17 00:00:00 2001 From: bqlin Date: Wed, 14 Feb 2018 18:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter4/06_Access_Control_and_Protected.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/chapter4/06_Access_Control_and_Protected.md b/source/chapter4/06_Access_Control_and_Protected.md index b19c281a..2e6fad11 100644 --- a/source/chapter4/06_Access_Control_and_Protected.md +++ b/source/chapter4/06_Access_Control_and_Protected.md @@ -10,8 +10,6 @@ Swift支持了访问控制后,大家给我们的反馈都很不错。而有的开发者问我们:“为什么Swift没有类似protected的选项?” - - **当我们在设计Swift访问控制的不同等级时,我们认为有两种主要场景:** * 在一个APP里:隐藏某个类的私密细节。