// // SearchCollectionViewCell.h // BuWanVideo2.0 // // Created by weikou on 16/8/17. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface SearchCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *searchCellBackImage; @property (weak, nonatomic) IBOutlet UILabel *searchCellText; @property (weak, nonatomic) IBOutlet UILabel *backgroundColor; @end