IVTStarLiveVC.h 561 Bytes
//
//  IVTStarLiveVC.h
//  IVTMeLiveTwo
//
//  Created by xrg on 16/8/24.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "IVTMeLiveListCell.h"
#import "IVTHotAndFollowVideoModel.h"
#import "IVTNewCollectionCell.h"
#import "IVTKSYLiveShowViewController.h"
@interface IVTStarLiveVC : UIViewController
@property (nonatomic, strong) NSString *strType;
@property (nonatomic, strong) XMPPJID *roomJID;
@property (nonatomic, strong) UITableView *tableV;
@property (nonatomic, strong) UICollectionView *userLiveScrollView;

@end