123456789101112131415161718 |
- //
- // FKPersonOrderProductCell.h
- // FirstLink
- //
- // Created by ascii on 16/2/23.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKPersonOrderCellDelegate.h"
- @interface FKPersonOrderProductCell : UITableViewCell
- <FKPersonOrderCellDelegate>
- @property (nonatomic, strong) UIImageView *productImgView;
- @end
|