12345678910111213141516171819 |
- //
- // FKRecoPromotionLimitCell.h
- // FirstLink
- //
- // Created by ascii on 2017/6/22.
- // Copyright © 2017年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKRecommendBaseCell.h"
- @interface FKRecoPromotionLimitCell : FKRecommendBaseCell
- - (void)setRemindTime:(NSInteger)time;
- + (CGFloat)height;
- @end
|