

#import <UIKit/UIKit.h>


@interface CollectionViewCell : UICollectionViewCell
    @property(nonatomic ,strong)UIImageView *imgView;
    @property(nonatomic ,strong)UIImageView *whiteView;
    @property(nonatomic ,strong)UIImageView *checkView;
    @property(nonatomic ,strong)UILabel *labelL;
    @property(nonatomic ,strong)UILabel *labelR;
    @property(nonatomic ,strong)UILabel *labeGIF;
    @end
