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

#import <UIKit/UIKit.h>
#import "IVTHotAndFollowVideoModel.h"
#import "IVTMeLiveListCell.h"
#import "ImageScrollView.h"
#import "IVTKSYLiveShowViewController.h"

@interface IVTHotAndFollowLiveVC : UIViewController

@property (nonatomic, strong) UITableView *tableV;
@property (nonatomic, strong) NSString *strType;
@property (nonatomic, strong) NSString *userId;

@end