// // ADCollectionReusableView.h // mgysVideo // // Created by weikou on 16/7/11. // Copyright © 2016年 wgj. All rights reserved. // #import @interface ADCollectionReusableView : UICollectionReusableView @property (weak, nonatomic) IBOutlet YYAnimatedImageView *ADImage; @property (weak, nonatomic) IBOutlet UIButton *ADClickButton; @property (weak, nonatomic) IBOutlet UILabel *ADTitle; @end