暫無描述

FKRecoHeaderCell.h 317B

123456789101112131415161718
  1. //
  2. // FKRecPastHeaderView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/11/30.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKRecommendBaseCell.h"
  10. @interface FKRecoHeaderCell : FKRecommendBaseCell
  11. - (void)setSubTitleLabelText:(NSAttributedString *)attString;
  12. @end