// // PhotoHeaderCollectionReusableView.h // watch // // Created by WeiChaoZheng on 2017/11/27. // Copyright © 2017年 xTT. All rights reserved. // #import @interface PhotoHeaderCollectionReusableView : UICollectionReusableView @property (strong, nonatomic) IBOutlet UILabel *timeTitleLabel; @end