LVCChannelDetailModel.h
468 Bytes
//
// LVCChannelDetailModel.h
// LiveVideoCloud
//
// Created by cnliveJunBo on 17/6/20.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import "BaseModel.h"
@interface LVCChannelDetailModel : BaseModel
@property (nonatomic, strong)NSString *cid;
@property (nonatomic, strong)NSString *title;
@property (nonatomic, strong)NSString *channelType;
@property (nonatomic, strong)NSArray *programs;
@property (nonatomic, strong)NSString *categoryType;
@end