CNLiveAboutUsController.h
374 Bytes
//
// CNLiveAboutUsController.h
// CNLiveBMineModule
//
// Created by 153993236@qq.com on 11/12/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
/**
* 关于我们
*/
#import <UIKit/UIKit.h>
#import "CNLiveBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveAboutUsController : CNLiveBaseViewController
@end
NS_ASSUME_NONNULL_END