1234567891011121314151617 |
- //
- // FKProductRelativeCell.h
- // FirstLink
- //
- // Created by jack on 16/5/24.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKProductRelativeCell : UITableViewCell
- @property (nonatomic, copy) void(^clickRelative)(NSInteger index);
- + (CGFloat)get_imageViewMargin;
- + (CGFloat)cellHeight;
- @end
|