// // HeaderCollectionReusableView.h // BuWanVideo2.0 // // Created by weikou on 16/8/2. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface HeaderCollectionReusableView : UICollectionReusableView @property (weak, nonatomic) IBOutlet UIButton *headerMore; @property (weak, nonatomic) IBOutlet UILabel *HeaderTitle; @property (weak, nonatomic) IBOutlet YYAnimatedImageView *headerImage; @end