| 123456789101112131415 |
- //
- // OrderDetailPriceCell.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 8/28/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface OrderDetailPriceCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UILabel *priceLabel;
- @property (strong, nonatomic) IBOutlet UILabel *chargeLabel;
- @end
|