We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JCNetwork是一套基于NSURLSession实现的http网络请求,使用YYMolde解析json格式
1、底层网络使用NSURLSession
2、json转对象使用YYModel 感谢 https://github.com/ibireme
3、封装成framwork方便调用