Skip to content

Commit b143a7f

Browse files
authored
Update README.md
Swift accountment
1 parent 4c1de10 commit b143a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GitHub:[CoderMJLee](https://github.com/CoderMJLee) | Blog:[mjios(Chinese)]
99

1010
## 关于 Swift ‼️
1111
### ‼️ 在 Swift4 之后, 请在属性前加 `@objc` 修饰. 以保证 Swift 的属性能够暴露给 Objc 使用. ‼️
12-
### ‼️ 请勿使用 `Bool` 类型, 因为在 Objc 中并没有桥接该类型, 不能显示的对应 `BOOL`, 请使用 `NSNumber` 替代 ‼️
12+
### ‼️ 请勿使用 `Bool` 类型, 因为在 Swift 中并没有桥接该类型, 不能显示的对应 `BOOL`, 请使用 `NSNumber` 替代 ‼️
1313

1414
## Contents
1515
* [Getting Started 【开始使用】](#Getting_Started)

0 commit comments

Comments
 (0)