OrderDetailPriceCell.h 371 B

123456789101112131415
  1. //
  2. // OrderDetailPriceCell.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 8/28/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface OrderDetailPriceCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *priceLabel;
  11. @property (strong, nonatomic) IBOutlet UILabel *chargeLabel;
  12. @end