CategoryPriceCell.h 302 B

123456789101112131415
  1. //
  2. // CategoryPriceCell.h
  3. // iSales-NPD
  4. //
  5. // Created by Jack on 2016/10/11.
  6. // Copyright © 2016年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CategoryPriceCell : UITableViewCell
  10. @property (nonatomic,strong) NSDictionary *categoryPrice;
  11. @end