CNLIVEViewController.m
526 Bytes
//
// CNLIVEViewController.m
// CNLiveBBASMModule
//
// Created by 杨苓玉 on 10/21/2021.
// Copyright (c) 2021 杨苓玉. 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