Skip to content

Commit c272a32

Browse files
authored
Update README.md
1 parent ca4fa9f commit c272a32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ MJExtension
55
- A fast, convenient and nonintrusive conversion framework between JSON and model.
66
- 转换速度快、使用简单方便的字典转模型框架
77

8+
[📜✍🏻**Release Notes**: more details](https://github.com/CoderMJLee/MJExtension/releases)
89

9-
10-
## ‼️ 纯Swift版的JSON与Model转换框架已经开源上架 ‼️
10+
### ‼️ 纯Swift版的JSON与Model转换框架已经开源上架 ‼️
1111

1212
- [KakaJSON](https://github.com/kakaopensource/KakaJSON)
1313
- [中文教程](https://www.cnblogs.com/mjios/p/11352776.html)
@@ -17,10 +17,10 @@ MJExtension
1717

1818

1919

20-
## 关于在Swift中使用MJExtension ‼️
20+
### 关于在Swift中使用MJExtension ‼️
2121

22-
### ‼️ `@objc` attributes should be added to class and property for declaration of Objc accessibility [在 Swift4 之后, 请在属性前加 `@objc` 修饰. 以保证 Swift 的属性能够暴露给 Objc 使用. ]‼️
23-
### ‼️ Use `NSNumber` instead of `Bool`, which is not bridged to `BOOL`. [请勿使用 `Bool` 类型, 因为在 Swift 中并没有桥接该类型, 不能显式的对应 `BOOL`, 请使用 `NSNumber` 替代] ‼️
22+
#### ‼️ `@objc` attributes should be added to class and property for declaration of Objc accessibility [在 Swift4 之后, 请在属性前加 `@objc` 修饰. 以保证 Swift 的属性能够暴露给 Objc 使用. ]‼️
23+
#### ‼️ Use `NSNumber` instead of `Bool`, which is not bridged to `BOOL`. [请勿使用 `Bool` 类型, 因为在 Swift 中并没有桥接该类型, 不能显式的对应 `BOOL`, 请使用 `NSNumber` 替代] ‼️
2424

2525

2626

0 commit comments

Comments
 (0)