CNLiveViewController.m 528 Bytes
//
//  CNLiveViewController.m
//  CNLiveBusinessTools
//
//  Created by 郭瑞朋 on 05/08/2019.
//  Copyright (c) 2019 郭瑞朋. All rights reserved.
//

#import "CNLiveViewController.h"

@interface CNLiveViewController ()

@end

@implementation CNLiveViewController

- (void)viewDidLoad
{
    [super viewDidLoad];
	// Do any additional setup after loading the view, typically from a nib.
}

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

@end