// // PhotoHeaderCollectionReusableView.m // watch // // Created by WeiChaoZheng on 2017/11/27. // Copyright © 2017年 xTT. All rights reserved. // #import "PhotoHeaderCollectionReusableView.h" @implementation PhotoHeaderCollectionReusableView - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } @end