CNLIVEViewController.h
326 Bytes
//
// CNLIVEViewController.h
// CNLiveVideoClassifyKit
//
// Created by 杨苓玉 on 08/05/2021.
// Copyright (c) 2021 杨苓玉. All rights reserved.
//
@import UIKit;
#import <QMUIKit/QMUIKit.h>
#import <CNLiveBusinessBaseModule/CNCommonViewController.h>
@interface CNLIVEViewController : CNCommonViewController
@end