Commit efe12615366d19e319385654b93696fa82025e70

Authored by zhangxiaowen
1 parent b9b1c5ab

no message

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  
... ...