CNLiveAboutUsViewController.h
355 Bytes
//
// CNLiveAboutUsViewController.h
// CNLiveScioLive
//
// Created by CNLive-zxw on 2018/9/20.
// Copyright © 2018年 CNLive. All rights reserved.
//
#import "CNLiveBaseViewController.h"
@interface CNLiveAboutUsViewController : CNLiveBaseViewController
@property (nonatomic, copy) NSString *url;
@property (nonatomic, copy) NSString *names;
@end