去除冗余空行

This commit is contained in:
bqlin
2018-02-14 19:41:29 +08:00
parent 90f8d2cbbd
commit ad1d3944bc
33 changed files with 37 additions and 149 deletions

View File

@ -12,7 +12,6 @@
当你用 Xcode 编译 Swift 3 的代码Swift 4 中大部分功能是可以使用的。也就是说,下面的功能仅仅是 Swift 4 的代码中可以使用:
* 字符串的子串操作返回的实例是 `Substring` 类型,不再是 `String` 类型。
* 在一些地方显式的添加 `@objc` 属性。
* 同一文件中一个类型的 extension 可以访问这个类型的 private 属性。