暂无描述

FKRecoIconListCell.h 304B

1234567891011121314151617
  1. //
  2. // FKRecommendIconCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/3/26.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKRecommendBaseCell.h"
  10. @interface FKRecoIconListCell : FKRecommendBaseCell
  11. + (CGFloat)heightWithIconCount:(NSInteger)count;
  12. @end