Commit efe12615366d19e319385654b93696fa82025e70
1 parent
b9b1c5ab
no message
Showing
1 changed file
with
2 additions
and
2 deletions
Example/CNLiveIntegralModule/CNLIVEAppDelegate.m
| @@ -30,9 +30,9 @@ | @@ -30,9 +30,9 @@ | ||
| 30 | 30 | ||
| 31 | self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; | 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 | UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc]; | 37 | UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc]; |
| 38 | 38 |