IVTNewVideoModel.h 564 Bytes
//
//  IVTNewVideoModel.h
//  IVTMeLiveTwo
//
//  Created by xrg on 16/8/25.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface IVTNewVideoModel : NSObject

@property (nonatomic, strong) NSString * avatarUrl;
@property (nonatomic, strong) NSString * liveId;
@property (nonatomic, strong) NSString * chatRoomJid;
@property (nonatomic, strong) NSString * userIDToLive;
@property (nonatomic, strong) NSString * videoUrl;
@property (nonatomic, assign) int  online_users;
- (id)initWithDict:(NSDictionary *)dict;

@end