This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// CollectionReusableView.h
// Ifish
// Created by ifish7-ios on 16/3/28.
// Copyright © 2016年 imac. All rights reserved.
#import <UIKit/UIKit.h>
@interface CollectionReusableView : UICollectionReusableView
@property (nonatomic,strong) UILabel *titleLabel;
@end