No Description

FKProductRelativeCell.h 345B

1234567891011121314151617
  1. //
  2. // FKProductRelativeCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/5/24.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKProductRelativeCell : UITableViewCell
  10. @property (nonatomic, copy) void(^clickRelative)(NSInteger index);
  11. + (CGFloat)get_imageViewMargin;
  12. + (CGFloat)cellHeight;
  13. @end