CNNewsoundBaseViewController.h
470 Bytes
//
// CNNewsoundBaseViewController.h
// CNLiveScioLive
//
// Created by CNLive-zxw on 2018/9/20.
// Copyright © 2018年 CNLive. All rights reserved.
//
#import "CNLiveBaseViewController.h"
@interface CNNewsoundBaseViewController : CNLiveBaseViewController
@property (nonatomic, strong) NSString *plat;
@property (nonatomic, strong) NSString *pageUUID;
@property (nonatomic, strong) NSString *recommendKey;
@property (nonatomic, strong) NSString *latestKey;
@end