Skip to content

Commit 7ece68d

Browse files
committed
2 parents a96c1e3 + 452e33b commit 7ece68d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ thread-safe and not afraid of recursive deadlock
55

66
QQ群号 113767274 有什么问题或者改进的地方大家一起讨论
77

8-
推荐个 json 和 model 互转非常好用的工具类 https://github.com/dcty/YYJSON
8+
推荐个 json 和 model 互转非常好用的工具类 https://github.com/dcty/YYJSON 作者是个大神级的人物
99
支持 NSData 直接转换成 model array
1010

1111
#Big Upgrade 2.0
@@ -105,7 +105,6 @@ pod 'LKDBHelper',:head
105105
test.blah = @[@"1",@"2",@"3"];
106106
test.blah = @[@"0",@[@1],@{@"2":@2},foreign];
107107
test.hoho = @{@"array":test.blah,@"foreign":foreign,@"normal":@123456,@"date":[NSDate date]};
108-
///warning: NSDate没做处理 所以不能在 NSArray 里 或者 NSDictionry 里面使用NSDate
109108
110109
//异步 插入第一条 数据 Insert the first
111110
[test saveToDB];

0 commit comments

Comments
 (0)