Commit fcd43cd0e3c6eb22dcd96058bb31afc4fa3ce72a
1 parent
7b106882
no message
Showing
1 changed file
with
2 additions
and
2 deletions
Example/CNLiveIntegralModule/CNLIVEAppDelegate.m
| ... | ... | @@ -30,9 +30,9 @@ |
| 30 | 30 | |
| 31 | 31 | self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; |
| 32 | 32 | |
| 33 | - CNLiveTaskListController *vc = [[CNLiveTaskListController alloc] init]; | |
| 33 | +// CNLiveTaskListController *vc = [[CNLiveTaskListController alloc] init]; | |
| 34 | 34 | |
| 35 | -// CNLIVEViewController *vc = [[CNLIVEViewController alloc] init]; | |
| 35 | + CNLIVEViewController *vc = [[CNLIVEViewController alloc] init]; | |
| 36 | 36 | |
| 37 | 37 | UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc]; |
| 38 | 38 | ... | ... |