IVTMyLiveCollectionViewCell.h 294 Bytes
//
//  IVTMyLiveCollectionViewCell.h
//  IVTMeLiveTwo
//
//  Created by XRG on 16/8/25.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IVTMyLiveCollectionViewCell : UICollectionViewCell

@property (nonatomic,copy) NSString *userHeaderImageUrl;

@end