LVCHeaderRollCollectionViewCell.h 297 Bytes
//
//  LVCHeaderRollCollectionViewCell.h
//  LiveVideoCloud
//
//  Created by iOS on 17/3/27.
//  Copyright © 2017年 cnlive. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface LVCHeaderRollCollectionViewCell : UICollectionViewCell

@property (nonatomic, strong) NSURL *imageUrl;

@end