XWViewController.m
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//
// XWViewController.m
// CNLiveEnvironment
//
// Created by 153993236@qq.com on 07/13/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
#import "XWViewController.h"
#import "CNLiveEnvironment.h"
@interface XWViewController ()
@end
@implementation XWViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
// NSLog(@"%@",EnvironmentDesc);
// NSLog(@"%d",TestEnvironment);
//
//// [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore];
// NSLog(@"%@",EnvironmentDesc);
// NSLog(@"%d",TestEnvironment);
//
// NSLog(@"%@",CNCategoryGetChannelUrl);
//
// NSLog(@"%@",CNPayAudioAuthUrl);
//
// NSLog(@"测试");
// NSLog(@"id%@",WeiBoShareAppId_Share);
// NSLog(@"key%@",WeiBoShareAppKey_Share);
NSLog(@"CNClassifySearchUrl %@",CNClassifySearchUrl);
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end