16 lines
284 B
Objective-C
16 lines
284 B
Objective-C
//
|
||
// 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
|