Skip to content

Commit

Permalink
修复稳定性
Browse files Browse the repository at this point in the history
  • Loading branch information
netyouli committed Aug 11, 2015
1 parent 80ee2eb commit f9cff19
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# WHC_DataModelFactory
准确快速把json或者xml数据转换生成数据对象模型类,省去麻烦手动创建。
* qq:712641411
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
/*
* qq:712641411
* iOS大神qq群:460122071
*/

####Example Image One

Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions WHC_DataModelFactory/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
Expand Down
1 change: 1 addition & 0 deletions WHC_DataModelFactory/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
Expand Down
1 change: 1 addition & 0 deletions WHC_DataModelFactory/ViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
Expand Down
1 change: 1 addition & 0 deletions WHC_DataModelFactory/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
Expand Down
1 change: 1 addition & 0 deletions WHC_DataModelFactory/WHCLib/WHC_XMLParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
Expand Down
1 change: 1 addition & 0 deletions WHC_DataModelFactory/WHCLib/WHC_XMLParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
Expand Down
7 changes: 6 additions & 1 deletion WHC_DataModelFactory/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
// Created by 吴海超 on 15/4/30.
// Copyright (c) 2015年 吴海超. All rights reserved.
//

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
#import <Cocoa/Cocoa.h>

int main(int argc, const char * argv[]) {
Expand Down
7 changes: 6 additions & 1 deletion WHC_DataModelFactoryTests/WHC_DataModelFactoryTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
// Created by 吴海超 on 15/4/30.
// Copyright (c) 2015年 吴海超. All rights reserved.
//

/*
* qq:712641411
* iOS大神qq群:460122071
* gitHub:https://github.com/netyouli
* csdn:http://blog.csdn.net/windwhc/article/category/3117381
*/
#import <Cocoa/Cocoa.h>
#import <XCTest/XCTest.h>

Expand Down

0 comments on commit f9cff19

Please sign in to comment.