Skip to content

Commit c2e4d56

Browse files
committed
Update README.md
1 parent 928a314 commit c2e4d56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ 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 ‼️
10+
## ‼️ 纯Swift版的JSON与Model转换框架已经开源上架 ‼️
11+
- [项目地址](https://github.com/kakaopensource/KakaJSON)
12+
- [中文教程](https://www.cnblogs.com/mjios/p/11352776.html]
13+
14+
## 关于在Swift中使用MJExtension ‼️
1115
### ‼️ 在 Swift4 之后, 请在属性前加 `@objc` 修饰. 以保证 Swift 的属性能够暴露给 Objc 使用. ‼️
1216
### ‼️ 请勿使用 `Bool` 类型, 因为在 Swift 中并没有桥接该类型, 不能显式的对应 `BOOL`, 请使用 `NSNumber` 替代 ‼️
1317

0 commit comments

Comments
 (0)