ios -网络加载json和本地加载json

1网络加载json的时候,要在模型的实现文件里写:

- (void)setValue:(id)value forKey:(NSString *)key

{

}

2本地加载json的时候,要在模型的实现文件里写:

- (void)setValue:(nullable id)value forUndefinedKey:(NSString *)key

{

 

}

posted @ 2016-12-22 15:11  神来钥匙-陈诗友  阅读(322)  评论(0编辑  收藏  举报