// // FKRecommendShopCell.h // FirstLink // // Created by jack on 16/4/9. // Copyright © 2016年 FirstLink. All rights reserved. // #import #import "FKRecommendBaseCell.h" #import "FKActivityItem.h" @interface FKRecoOfficalActivityCell : FKRecommendBaseCell - (void)configWithActivityArray:(NSArray *)activityArray indexPath:(NSIndexPath *)indexPath; + (CGFloat)height; @end