Keine Beschreibung

FKPersonOrderProductCell.h 363B

123456789101112131415161718
  1. //
  2. // FKPersonOrderProductCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/2/23.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKPersonOrderCellDelegate.h"
  10. @interface FKPersonOrderProductCell : UITableViewCell
  11. <FKPersonOrderCellDelegate>
  12. @property (nonatomic, strong) UIImageView *productImgView;
  13. @end