123456789101112131415161718 |
- //
- // myCollectionHeadView.h
- // jiaPeiC
- //
- // Created by apple on 16/6/20.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface myCollectionHeadView : UICollectionReusableView
- {
- UILabel *TitleLable;
- }
- -(void)setTextTitle:(NSString *)tit;
- @end
|