| 1234567891011121314 |
- //
- // OrderDetailSignatureCell.h
- // iSales-NPD
- //
- // Created by Ray on 2/23/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface OrderDetailSignatureCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UIImageView *sign_img;
- @end
|