Skip to content

Commit 4c1de10

Browse files
authored
Update README.md
1 parent 3151f7a commit 4c1de10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ MJExtension
77

88
GitHub:[CoderMJLee](https://github.com/CoderMJLee) | Blog:[mjios(Chinese)](http://www.cnblogs.com/mjios) | PR is welcome,or [feedback](mailto:[email protected])
99

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

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

0 commit comments

Comments
 (0)