CategoryPriceViewController.h 375 B

1234567891011121314151617
  1. //
  2. // CategoryPriceViewController.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. #import "SetCategoryPriceController.h"
  10. @interface CategoryPriceViewController : UIViewController
  11. @property (nonatomic,strong) NSMutableDictionary *categoryGivenPrice;
  12. @end