Sin descripción

FKRecoPromotionLimitCell.h 328B

12345678910111213141516171819
  1. //
  2. // FKRecoPromotionLimitCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2017/6/22.
  6. // Copyright © 2017年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKRecommendBaseCell.h"
  10. @interface FKRecoPromotionLimitCell : FKRecommendBaseCell
  11. - (void)setRemindTime:(NSInteger)time;
  12. + (CGFloat)height;
  13. @end