CNLiveViewController.m 530 Bytes
//
//  CNLiveViewController.m
//  CNLiveCycleScrollView
//
//  Created by 殷巧娟 on 12/11/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