SelectOrderTableViewCell.h 370 B

123456789101112131415
  1. //
  2. // selectOrderTableViewCell.h
  3. // iSales-NPD
  4. //
  5. // Created by Ray on 9/3/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SelectOrderTableViewCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UILabel *labelsoid;
  11. @property (strong, nonatomic) IBOutlet UILabel *labelcompany;
  12. @end