// // SubregionViewCollectionViewCell.h // BuWanVideo2.0 // // Created by weikou on 16/8/5. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface SubregionViewCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet YYAnimatedImageView *image; @property (weak, nonatomic) IBOutlet UILabel *text; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *imageH; @end