OrderDetailSignatureCell.h 312 B

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