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