LVCUGCLivePlayerCell.h
366 Bytes
//
// LVCUGCLivePlayerCell.h
// LiveVideoCloud
//
// Created by cnliveJunBo on 17/3/28.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "LVCUGCPlayerLoadingView.h"
#import "LVCUGCLivePlayerModel.h"
@interface LVCUGCLivePlayerCell : UICollectionViewCell
@property (nonatomic, strong) LVCUGCLivePlayerModel *model;
@end