Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Nov 29, 2015
1 parent bfc9d35 commit d3e322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monkey/AppDelegate.m
Expand Up @@ -55,7 +55,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
{
// Override point for customization after application launch.
#if defined(DEBUG)||defined(_DEBUG)
[NEHTTPEye setEnabled:YES];// open a network debug library
[NEHTTPEye setEnabled:NO];// open a network debug library
#endif
[self setupTabBar];//setup tabbar
self.apiEngine = [[YiNetworkEngine alloc] initWithDefaultSet];//set a app network engine
Expand Down

0 comments on commit d3e322f

Please sign in to comment.