LVCOtherHeaderReusableView.h
373 Bytes
//
// LVCOtherHeaderCollectionReusableView.h
// LiveVideoCloud
//
// Created by iOS on 17/3/27.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "LVCChannelDetailsModel.h"
#import "LVCChannelsModel.h"
@interface LVCOtherHeaderReusableView : UICollectionReusableView
@property (nonatomic, strong) LVCChannelsModel *model;
@end