| 1234567891011121314151617 |
- //
- // CategoryPriceViewController.h
- // iSales-NPD
- //
- // Created by Jack on 2016/10/11.
- // Copyright © 2016年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "SetCategoryPriceController.h"
- @interface CategoryPriceViewController : UIViewController
- @property (nonatomic,strong) NSMutableDictionary *categoryGivenPrice;
- @end
|