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