XWViewController.m 853 Bytes
//
//  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);


}

- (void)didReceiveMemoryWarning
{
    [super didReceiveMemoryWarning];
    // Dispose of any resources that can be recreated.
}

@end