// // emptyInfoCollectionViewCell.h // Ifish // // Created by ifish7-ios on 16/3/31. // Copyright © 2016年 imac. All rights reserved. // #import @interface emptyInfoCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *emptyImage; @property (weak, nonatomic) IBOutlet UILabel *emptyLabel; @end