1234567891011121314151617 |
- //
- // FKRecommendIconCell.h
- // FirstLink
- //
- // Created by jack on 16/3/26.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKRecommendBaseCell.h"
- @interface FKRecoIconListCell : FKRecommendBaseCell
- + (CGFloat)heightWithIconCount:(NSInteger)count;
- @end
|