// // CollectionReusableView.h // Ifish // // Created by ifish7-ios on 16/3/28. // Copyright © 2016年 imac. All rights reserved. // #import @interface CollectionReusableView : UICollectionReusableView @property (nonatomic,strong) UILabel *titleLabel; @end