YH_ChannelModel.h
744 Bytes
//
// YH_ChannelModel.h
// YohoLive
//
// Created by 盖剑秋 on 16/6/7.
// Copyright © 2016年 YOHO!. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface YH_ChannelModel : NSObject <NSCoding>
@property (nonatomic, copy) NSString *roomTitle;
@property (nonatomic, copy) NSString *roomURL;
@property (nonatomic, copy) NSString *channel_id;
@property (nonatomic, copy) NSString *cid;//咨询id。
@property (nonatomic, copy) NSString *app;//1男2女
@property (nonatomic, copy) NSString *type;//直播状态0未直播1直播中
@property (nonatomic, copy) NSString *room;//资讯合并id作为开始/结束的room参数
@property (nonatomic, copy) NSString *totalTime;
@property (nonatomic, copy) NSString *title;
@end