ifish/Ifish/controllers/FishTinkController/maincontroller/RightViewControllers/CollectionheaderView.h

14 lines
274 B
Objective-C

//
// CollectionheaderView.h
// Ifish
//
// Created by imac on 16/8/2.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CollectionheaderView : UICollectionReusableView
@property (nonatomic,strong) UILabel *titleLabel;
@end