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