//
|
// titleCollectionReusableView.h
|
// BuWanVideo2.0
|
//
|
// Created by weikou on 16/8/11.
|
// Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved.
|
//
|
|
#import <UIKit/UIKit.h>
|
|
@interface titleCollectionReusableView : UICollectionReusableView
|
|
@property (weak, nonatomic) IBOutlet UILabel *resourceSelectionView;//视频来源
|
@property (weak, nonatomic) IBOutlet UIButton *collectionBtn;//收藏
|
@property (weak, nonatomic) IBOutlet UIButton *shareBtn;//分享
|
@property (weak, nonatomic) IBOutlet UILabel *share;
|
@property (weak, nonatomic) IBOutlet UIView *zhanwei;//占位
|
|
@end
|