123456789101112131415161718 |
- //
- // FKRecPastHeaderView.h
- // FirstLink
- //
- // Created by jack on 15/11/30.
- // Copyright © 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKRecommendBaseCell.h"
- @interface FKRecoHeaderCell : FKRecommendBaseCell
- - (void)setSubTitleLabelText:(NSAttributedString *)attString;
- @end
|