// // FKRecoUserRecoProductCell.h // FirstLink // // Created by ascii on 16/9/25. // Copyright © 2016年 FirstLink. All rights reserved. // #import #import "FKRecommendBaseCell.h" @interface FKRecoUserRecoProductCell : FKRecommendBaseCell + (CGFloat)height; @end