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

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


@interface IVTNewCollectionCell : UICollectionViewCell
/// 头像
@property (nonatomic, strong)UIImageView *userHeadImageView;


@property (nonatomic, strong) IVTNewVideoModel *VideoNewModel;

@end