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