Commit 998983454405c366d09080fc4eb6a96f5cdfa333

Authored by zhangxiaowen
1 parent 7320753a

no message

CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/code_back_black_b.imageset/Contents.json deleted 100644 → 0
1 -{  
2 - "images" : [  
3 - {  
4 - "idiom" : "universal",  
5 - "scale" : "1x"  
6 - },  
7 - {  
8 - "idiom" : "universal",  
9 - "filename" : "code_back_black_b@2x.png",  
10 - "scale" : "2x"  
11 - },  
12 - {  
13 - "idiom" : "universal",  
14 - "filename" : "code_back_black_b@3x.png",  
15 - "scale" : "3x"  
16 - }  
17 - ],  
18 - "info" : {  
19 - "version" : 1,  
20 - "author" : "xcode"  
21 - }  
22 -}  
23 \ No newline at end of file 0 \ No newline at end of file
CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/code_back_black_b.imageset/code_back_black_b@2x.png deleted 100644 → 0

1.49 KB

CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/code_back_black_b.imageset/code_back_black_b@3x.png deleted 100644 → 0

1.79 KB

CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/mine_back_white_b.imageset/Contents.json deleted 100644 → 0
1 -{  
2 - "images" : [  
3 - {  
4 - "idiom" : "universal",  
5 - "scale" : "1x"  
6 - },  
7 - {  
8 - "idiom" : "universal",  
9 - "filename" : "mine_back_white_b@2x.png",  
10 - "scale" : "2x"  
11 - },  
12 - {  
13 - "idiom" : "universal",  
14 - "filename" : "mine_back_white_b@3x.png",  
15 - "scale" : "3x"  
16 - }  
17 - ],  
18 - "info" : {  
19 - "version" : 1,  
20 - "author" : "xcode"  
21 - }  
22 -}  
23 \ No newline at end of file 0 \ No newline at end of file
CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/mine_back_white_b.imageset/mine_back_white_b@2x.png deleted 100644 → 0

2.03 KB

CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/mine_back_white_b.imageset/mine_back_white_b@3x.png deleted 100644 → 0

2.28 KB

CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/mine_code_more.imageset/Contents.json deleted 100644 → 0
1 -{  
2 - "images" : [  
3 - {  
4 - "idiom" : "universal",  
5 - "scale" : "1x"  
6 - },  
7 - {  
8 - "idiom" : "universal",  
9 - "filename" : "mine_code_more@2x.png",  
10 - "scale" : "2x"  
11 - },  
12 - {  
13 - "idiom" : "universal",  
14 - "filename" : "mine_code_more@3x.png",  
15 - "scale" : "3x"  
16 - }  
17 - ],  
18 - "info" : {  
19 - "version" : 1,  
20 - "author" : "xcode"  
21 - }  
22 -}  
23 \ No newline at end of file 0 \ No newline at end of file
CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/mine_code_more.imageset/mine_code_more@2x.png deleted 100644 → 0

448 Bytes

CNLiveIntegralModule/Assets/CNLiveIntegralModule.xcassets/mine_code_more.imageset/mine_code_more@3x.png deleted 100644 → 0

771 Bytes

Example/CNLiveIntegralModule/CNLIVEAppDelegate.m
@@ -51,9 +51,9 @@ @@ -51,9 +51,9 @@
51 [[NSUserDefaults standardUserDefaults] setObject:@"RkFYeLkl/u5S7tW8UcOkT3rfLTP/Ua8NIkdEsKlcolvl/yxTMNbAYXmmJyhKGpkj" forKey:@"CNLiveAuthToken"]; 51 [[NSUserDefaults standardUserDefaults] setObject:@"RkFYeLkl/u5S7tW8UcOkT3rfLTP/Ua8NIkdEsKlcolvl/yxTMNbAYXmmJyhKGpkj" forKey:@"CNLiveAuthToken"];
52 self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; 52 self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
53 53
54 - CNLiveTaskListController *vc = [[CNLiveTaskListController alloc] init]; 54 +// CNLiveTaskListController *vc = [[CNLiveTaskListController alloc] init];
55 55
56 -// CNLIVEViewController *vc = [[CNLIVEViewController alloc] init]; 56 + CNLIVEViewController *vc = [[CNLIVEViewController alloc] init];
57 57
58 UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc]; 58 UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc];
59 59