// // StartCollectionViewCell.h // BuWanVideo2.0 // // Created by apple on 16/12/30. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface StartCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet YYAnimatedImageView *image; @property (weak, nonatomic) IBOutlet UILabel *name; @end