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

#import <UIKit/UIKit.h>
#import "IVTNewCollectionCell.h"

@interface IVTNewLiveVC : UIViewController

@property (nonatomic, strong) UICollectionView *userLiveScrollView;
@property (nonatomic, strong) NSString *strType;
@property (nonatomic, strong) XMPPJID *roomJID;
@property (nonatomic, strong) NSMutableArray *dataArray;

@end