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