CNLiveViewController.m
529 Bytes
//
// CNLiveViewController.m
// CNLivePublishContent
//
// Created by 殷巧娟 on 12/05/2018.
// Copyright (c) 2018 殷巧娟. 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