// // AttentionCollectionReusableView.h // BuWanVideo2.0 // // Created by weikou on 16/8/26. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface AttentionCollectionReusableView : UICollectionReusableView @property (weak, nonatomic) IBOutlet YYAnimatedImageView *AttentionImage; @property (weak, nonatomic) IBOutlet UILabel *AttentionName; @property (weak, nonatomic) IBOutlet UILabel *AttentionData; @property (weak, nonatomic) IBOutlet UIButton *AttentionButton; @end